Skip to content

Commit 0c1ab17

Browse files
committed
Update Kotlin to 2.3.0-RC3
1 parent 56b3594 commit 0c1ab17

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
@@ -7,5 +7,5 @@ buildscript {
77

88
allprojects {
99
group = "com.rickclephas.kmp"
10-
version = "1.0.5-kotlin-2.3.0-RC2"
10+
version = "1.0.5-kotlin-2.3.0-RC3"
1111
}

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-RC2"
2+
kotlin = "2.3.0-RC3"
33

44
[libraries]
55
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

0 commit comments

Comments
 (0)