We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c22d91 commit 391ba8dCopy full SHA for 391ba8d
androidApp/build.gradle.kts
@@ -29,7 +29,7 @@ android {
29
compose = true
30
}
31
composeOptions {
32
- kotlinCompilerExtensionVersion = "1.5.4-dev-k1.9.20-RC-1edce5fd625"
+ kotlinCompilerExtensionVersion = "1.5.8"
33
34
35
build.gradle.kts
@@ -2,6 +2,6 @@ plugins {
2
//trick: for the same plugin versions in all sub-modules
3
id("com.android.application").version("8.1.2").apply(false)
4
id("com.android.library").version("8.1.2").apply(false)
5
- kotlin("android").version("1.9.20-RC").apply(false)
6
- kotlin("multiplatform").version("1.9.20-RC").apply(false)
+ kotlin("android").version("1.9.22").apply(false)
+ kotlin("multiplatform").version("1.9.22").apply(false)
7
0 commit comments