File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.2.21-RC2 "
2+ kotlin(" jvm" ) version " 2.3.0-Beta2 "
33}
44
55tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile > ().configureEach {
@@ -8,6 +8,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile>().configureEa
88
99dependencies {
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
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.2.21-RC2 "
2+ kotlin(" jvm" ) version " 2.3.0-Beta2 "
33}
44
55tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile > ().configureEach {
@@ -8,6 +8,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile>().configureEa
88
99dependencies {
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
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments