Skip to content

Commit 2deb458

Browse files
Update Kotlin/Compose (#327)
* Update Kotlin/Compose * Remove obsolete target --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
1 parent 690fa60 commit 2deb458

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minSdk = "21"
44

55
coroutine = "1.7.3"
66

7-
kotlin = "1.9.10"
7+
kotlin = "1.9.20"
88

99
jetbrains-compose = "1.5.10"
1010

@@ -23,7 +23,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
2323

2424
coil-compose = "io.coil-kt:coil-compose:2.5.0"
2525

26-
jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.2"
26+
jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.3"
2727
jetbrains-compose-plugin = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "jetbrains-compose" }
2828
jetbrains-compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "jetbrains-compose" }
2929

molecule-runtime/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ kotlin {
3737
watchosArm64()
3838
watchosSimulatorArm64()
3939
watchosX64()
40-
watchosX86()
4140

4241
sourceSets {
4342
configureEach {

0 commit comments

Comments
 (0)