Skip to content

Commit f263ec6

Browse files
authored
Merge pull request #201 from rickclephas/feature/kotlin-2.1.10
Kotlin 2.1.10
2 parents 5bf7642 + 73ab71f commit f263ec6

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
@@ -18,7 +18,7 @@ buildscript {
1818

1919
allprojects {
2020
group = "com.rickclephas.kmp"
21-
version = "1.0.0-ALPHA-38"
21+
version = "1.0.0-ALPHA-38-kotlin-2.1.10-RC2"
2222

2323
repositories {
2424
mavenCentral()

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
kotlin = "2.1.0"
2+
kotlin = "2.1.10"
33
kotlinx-coroutines = "1.10.1"
44
kotlinx-binary-compatibility-validator = "0.16.3"
5-
ksp = "2.1.0-1.0.29"
5+
ksp = "2.1.10-1.0.29"
66
kotlinpoet = "1.18.1"
77
junit = "5.9.1"
88

0 commit comments

Comments
 (0)