Skip to content

Commit c5af8bf

Browse files
Update kotlin monorepo to v2.3.20
1 parent cd9a787 commit c5af8bf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

example/AndroidOnlyExample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.2.21"
2+
kotlin = "2.3.20"
33
agp = "8.11.1"
44
ksp = "2.3.4"
55
ktorfit = "2.7.2"

example/MultiplatformExample/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
12+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.20")
1313
classpath("com.android.tools.build:gradle:8.12.0")
14-
classpath("org.jetbrains.kotlin:kotlin-serialization:2.2.0")
14+
classpath("org.jetbrains.kotlin:kotlin-serialization:2.3.20")
1515
}
1616
}
1717

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coroutines = "1.8.1"
66
detekt = "2.0.0-alpha.2"
77
junit = "4.13.2"
88
kctfork = "0.12.1"
9-
kotlin = "2.3.20-RC3"
9+
kotlin = "2.3.20"
1010
kotlinx = "1.10.2"
1111
kotlinPoet = "2.2.0"
1212
kspVersion = "2.3.6"

0 commit comments

Comments
 (0)