Skip to content

Commit 77ecba5

Browse files
committed
chore: kotlin 2.1.20-RC update
1 parent 0e8ab60 commit 77ecba5

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ enableMavenSnapshot=false
6565
# Other projects
6666
composeBuild=true
6767
springBoot=false
68-
nativeBuild=false
68+
nativeBuild=true
6969
nativeWinTarget=false
7070
debug=false

gradle/build-logic/src/main/kotlin/common/Multiplatform.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ fun KotlinMultiplatformExtension.commonTarget(project: Project) =
8888
fun KotlinMultiplatformExtension.jvmTarget(project: Project) =
8989
with(project) {
9090
jvm {
91-
withJava()
9291
compilations.configureEach {
9392
compileJavaTaskProvider?.configure { configureJavac(project) }
9493
}

gradle/kotlin-js-store/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
java = "25"
3-
kotlin = "2.1.20-Beta2"
4-
kotlin-ksp = "2.1.20-Beta2-1.0.30"
3+
kotlin = "2.1.20-RC"
4+
kotlin-ksp = "2.1.20-RC-1.0.30"
55
kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.1"
@@ -146,7 +146,7 @@ expiringmap = "0.5.10"
146146
otp = "2.1.0"
147147
password4j = "1.8.2"
148148
apache-commons-imaging = "1.0-alpha5"
149-
testcontainers = "1.20.4"
149+
testcontainers = "1.20.5"
150150
sourceBuddy = "2.5.0"
151151
tcp-javanioproxy = "1.6"
152152
kubernetes-client = "22.0.1"

0 commit comments

Comments
 (0)