Skip to content

Commit 22a73e0

Browse files
committed
Update Kotlin to 2.3.0-RC2
1 parent 1f1e6d5 commit 22a73e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-48-kotlin-2.3.0-RC"
16+
version = "1.0.0-ALPHA-48-kotlin-2.3.0-RC2"
1717
}
1818

1919
apiValidation {

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.3.0-RC"
2+
kotlin = "2.3.0-RC2"
33
kotlin-idea = "2.2.0-ij251-78"
44
kotlinx-coroutines = "1.10.1"
55
kotlinx-binary-compatibility-validator = "0.16.3"

0 commit comments

Comments
 (0)