Skip to content

Commit 1244b23

Browse files
veyndanrickclephas
authored andcommitted
Upgrade Kotlin to 2.1.20-RC
1 parent ebbf651 commit 1244b23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818

1919
allprojects {
2020
group = "com.rickclephas.kmp"
21-
version = "1.0.0-ALPHA-39-kotlin-2.1.20-Beta2"
21+
version = "1.0.0-ALPHA-39-kotlin-2.1.20-RC"
2222

2323
repositories {
2424
mavenCentral()

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
kotlin = "2.1.20-Beta2"
2+
kotlin = "2.1.20-RC"
33
kotlinx-coroutines = "1.10.1"
44
kotlinx-binary-compatibility-validator = "0.16.3"
5-
ksp = "2.1.20-Beta2-1.0.29"
5+
ksp = "2.1.20-RC-1.0.30"
66
kotlinpoet = "1.18.1"
77
junit = "5.9.1"
88

0 commit comments

Comments
 (0)