Skip to content

Commit 4fcd3f6

Browse files
committed
Update Kotlin to 2.3.0-Beta2
1 parent df51538 commit 4fcd3f6

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

99
allprojects {
1010
group = "com.rickclephas.kmp"
11-
version = "1.0.0"
11+
version = "1.0.0-kotlin-2.3.0-Beta2"
1212
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
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
kotlinx-coroutines = "1.10.1"
44
android = "8.2.2"
55
androidx-lifecycle = "2.8.7"
@@ -8,7 +8,7 @@ atomicfu = "0.29.0"
88
# Sample versions
99
androidx-compose = "2023.10.01"
1010
androidx-fragment = "1.6.2"
11-
nativecoroutines = "1.0.0-ALPHA-47-kotlin-2.3.0-Beta1"
11+
nativecoroutines = "1.0.0-ALPHA-48-kotlin-2.3.0-Beta2"
1212

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

0 commit comments

Comments
 (0)