We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30226d commit 8c91852Copy full SHA for 8c91852
build-logic/src/main/kotlin/compiler-options.kt
@@ -25,7 +25,7 @@ fun KotlinCommonCompilerOptions.configure(
25
26
when (this) {
27
is KotlinJvmCompilerOptions -> {
28
- freeCompilerArgs.add("-Xjvm-default=all")
+ freeCompilerArgs.add("-jvm-default=no-compatibility")
29
}
30
31
is KotlinNativeCompilerOptions -> {
0 commit comments