Skip to content

Commit

Permalink
Bump Compose to 0.5.0-build221 (#17)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts

* Delete HrTag.kt

* Remove emty content builder

Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
  • Loading branch information
hfhbd and hfhbd committed Jun 9, 2021
1 parent a6af431 commit f1163cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
plugins {
kotlin("multiplatform") version "1.5.10"
id("org.jetbrains.compose") version "0.0.0-web-dev-14.1"
id("org.jetbrains.compose") version "0.5.0-build221"
`maven-publish`
}

group = "app.softwork"

repositories {
mavenCentral()
google()
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
}

Expand Down
3 changes: 1 addition & 2 deletions src/jsMain/kotlin/app/softwork/bootstrapcompose/Checkbox.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public fun Checkbox(
onClick()
}
attrs()
}, type = InputType.Radio) {
}
}, type = InputType.Radio)
Label(attrs = {
classes("form-check-label")
forId("a$id")
Expand Down
15 changes: 0 additions & 15 deletions src/jsMain/kotlin/app/softwork/bootstrapcompose/HrTag.kt

This file was deleted.

0 comments on commit f1163cc

Please sign in to comment.