Skip to content

Commit

Permalink
upgrade to compose 1.5.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Jul 30, 2023
1 parent 65d74e7 commit 6a7edc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Versions {
const val spotless = "6.7.0"
const val ktlint = "0.45.2"
const val compose = "1.5.0-beta03"
const val compose_jb = "1.5.0-dev1122"
const val compose_jb = "1.5.0-beta01"

object AndroidX {
const val activity = "1.7.2"
Expand Down
5 changes: 5 additions & 0 deletions precompose-viewmodel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ kotlin {
implementation(compose.foundation)
}
}
val jsTest by getting {
dependencies {
implementation(kotlin("test-js"))
}
}
val iosMain by creating {
dependsOn(commonMain)
dependencies {
Expand Down

0 comments on commit 6a7edc6

Please sign in to comment.