Skip to content

Commit 7eca521

Browse files
committed
⬆️ bump compose compiler
1 parent 6fb0567 commit 7eca521

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ android {
9797
compose = true
9898
}
9999
composeOptions {
100-
kotlinCompilerExtensionVersion = "1.5.3"
100+
kotlinCompilerExtensionVersion = "1.5.11"
101101
}
102102
}
103103
dependencies {
104-
implementation("androidx.core:core-ktx:+")
104+
implementation("androidx.core:core-ktx:1.12.0")
105105
}
106106

107107
compose.desktop {

rebugger/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ android {
8989
compose = true
9090
}
9191
composeOptions {
92-
kotlinCompilerExtensionVersion = "1.5.3"
92+
kotlinCompilerExtensionVersion = "1.5.11"
9393
}
9494
}

0 commit comments

Comments
 (0)