Skip to content

Commit 504fe1b

Browse files
committed
Update Kotlin to 2.3.0-Beta2
1 parent df09130 commit 504fe1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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"
10+
version = "1.0.5-kotlin-2.3.0-Beta2"
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-Beta1"
2+
kotlin = "2.3.0-Beta2"
33

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

0 commit comments

Comments
 (0)