Skip to content

Commit 5bdf12c

Browse files
committed
chore: further kotlinc update fixes
Signed-off-by: Sam Gammon <[email protected]>
1 parent 2e3d9a7 commit 5bdf12c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.21-RC2"
2+
kotlin("jvm") version "2.3.0-Beta2"
33
}
44

55
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile>().configureEach {
@@ -8,6 +8,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile>().configureEa
88

99
dependencies {
1010
implementation("com.google.guava:guava:33.4.8-jre")
11-
testImplementation("org.jetbrains.kotlin:kotlin-test:2.2.21-RC2")
11+
testImplementation("org.jetbrains.kotlin:kotlin-test:2.3.0-Beta2")
1212
}
1313

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.21-RC2"
2+
kotlin("jvm") version "2.3.0-Beta2"
33
}
44

55
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile>().configureEach {
@@ -8,6 +8,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile>().configureEa
88

99
dependencies {
1010
implementation("com.google.guava:guava:33.4.8-jre")
11-
testImplementation("org.jetbrains.kotlin:kotlin-test:2.2.21-RC2")
11+
testImplementation("org.jetbrains.kotlin:kotlin-test:2.3.0-Beta2")
1212
}
1313

packages/entry/build.gradle.inert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ val kotlincFlags = listOf(
9292
"-Xenhance-type-parameter-types-to-def-not-null",
9393
"-Xjdk-release=${kotlinTarget.target}",
9494
"-Xjspecify-annotations=strict",
95-
"-Xjvm-default=all",
95+
"-jvm-default=no-compatibility",
9696
"-Xno-call-assertions",
9797
"-Xno-param-assertions",
9898
"-Xno-receiver-assertions",

0 commit comments

Comments
 (0)