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 081f994 commit a2facb2Copy full SHA for a2facb2
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