Skip to content

Commit

Permalink
upgrade to compose 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Nov 22, 2024
1 parent 76ed066 commit 28253ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlinxCoroutinesCore = "1.9.0"
moleculeRuntime = "2.0.0"
savedstateKtx = "1.2.1"
spotless = "6.25.0"
jetbrainsComposePlugin = "1.7.0"
jetbrainsComposePlugin = "1.7.1"
skiko = "0.8.12"
koin = "4.0.0"
uiTestJunit4Android = "1.7.2"
Expand Down
4 changes: 2 additions & 2 deletions precompose-molecule/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
compileOnly(compose.foundation)
implementation(compose.foundation)
compileOnly(libs.molecule.runtime)
compileOnly(libs.jetbrains.viewmodel)
implementation(libs.jetbrains.viewmodel)
}
}
val commonTest by getting {
Expand Down

0 comments on commit 28253ab

Please sign in to comment.