Skip to content

Commit be718cb

Browse files
committed
Update Kotlin to 1.9.20-RC
1 parent ba7829f commit be718cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
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-Beta2").apply(false)
6-
kotlin("multiplatform").version("1.9.20-Beta2").apply(false)
5+
kotlin("android").version("1.9.20-RC").apply(false)
6+
kotlin("multiplatform").version("1.9.20-RC").apply(false)
77
}

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kotlin {
3939
}
4040

4141
android {
42-
compileSdk = 33
42+
compileSdk = 34
4343
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
4444
defaultConfig {
4545
minSdk = 21

0 commit comments

Comments
 (0)