We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb0567 commit 7eca521Copy full SHA for 7eca521
composeApp/build.gradle.kts
@@ -97,11 +97,11 @@ android {
97
compose = true
98
}
99
composeOptions {
100
- kotlinCompilerExtensionVersion = "1.5.3"
+ kotlinCompilerExtensionVersion = "1.5.11"
101
102
103
dependencies {
104
- implementation("androidx.core:core-ktx:+")
+ implementation("androidx.core:core-ktx:1.12.0")
105
106
107
compose.desktop {
rebugger/build.gradle.kts
@@ -89,6 +89,6 @@ android {
89
90
91
92
93
94
0 commit comments