Skip to content

Commit 391ba8d

Browse files
committed
Update Kotlin and Compose to stable versions
1 parent 2c22d91 commit 391ba8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

androidApp/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
compose = true
3030
}
3131
composeOptions {
32-
kotlinCompilerExtensionVersion = "1.5.4-dev-k1.9.20-RC-1edce5fd625"
32+
kotlinCompilerExtensionVersion = "1.5.8"
3333
}
3434
}
3535

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ plugins {
22
//trick: for the same plugin versions in all sub-modules
33
id("com.android.application").version("8.1.2").apply(false)
44
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)
5+
kotlin("android").version("1.9.22").apply(false)
6+
kotlin("multiplatform").version("1.9.22").apply(false)
77
}

0 commit comments

Comments
 (0)