Skip to content

Commit

Permalink
Update dependency org.jetbrains.compose to v1.6.0 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored Mar 2, 2024
1 parent 11e8846 commit 2331fec
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -3,7 +3,7 @@ agp = "8.3.0" # 7.4.1 is the maximum version supported by IDEA 2023.1
android-compile = "34"
android-min = "21"
android-target = "32"
compose = "1.5.12"
compose = "1.6.0"
coroutines = "1.8.0"
jacoco = "0.8.7"
jvm-toolchain = "11"
Expand Down
5 changes: 3 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ kotlin {

sourceSets {
commonMain.dependencies {
implementation(projects.box)
implementation(compose.runtime)
implementation(libs.coroutines.core)
implementation(libs.datetime)
implementation(projects.box)
}

commonTest.dependencies {
Expand Down Expand Up @@ -49,7 +50,7 @@ kotlin {

jsMain.dependencies {
implementation(libs.coroutines.js)
implementation(compose.web.core) // required because of the compose plugin, but unused.
implementation(compose.html.core) // required because of the compose plugin, but unused.
}
}
}
Expand Down

0 comments on commit 2331fec

Please sign in to comment.