We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2383959 commit be0bb30Copy full SHA for be0bb30
2 files changed
app/build.gradle.kts
@@ -57,7 +57,7 @@ android {
57
compose = true
58
}
59
composeOptions {
60
- kotlinCompilerExtensionVersion = "1.5.3"
+ kotlinCompilerExtensionVersion = "1.5.15"
61
62
packaging {
63
resources {
build.gradle.kts
@@ -18,5 +18,5 @@
18
plugins {
19
id("com.android.application") version "8.7.3" apply false
20
id("com.android.library") version "8.7.3" apply false
21
- id("org.jetbrains.kotlin.android") version "1.9.10" apply false
+ id("org.jetbrains.kotlin.android") version "2.1.0" apply false
22
0 commit comments