Skip to content

Commit b19b909

Browse files
committed
Update Kotlin to 2.2.20-RC2
1 parent 7548444 commit b19b909

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

1414
allprojects {
1515
group = "com.rickclephas.kmp"
16-
version = "1.0.0-ALPHA-46-kotlin-2.2.20-RC"
16+
version = "1.0.0-ALPHA-46-kotlin-2.2.20-RC2"
1717
}
1818

1919
apiValidation {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
kotlin = "2.2.20-RC"
2+
kotlin = "2.2.20-RC2"
33
kotlin-idea = "2.2.0-ij251-78"
44
kotlinx-coroutines = "1.10.1"
55
kotlinx-binary-compatibility-validator = "0.16.3"
6-
ksp = "2.2.20-RC-2.0.2"
6+
ksp = "2.2.20-RC2-2.0.2"
77
kotlinpoet = "1.18.1"
88
junit = "5.9.1"
99

0 commit comments

Comments
 (0)