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 fb15aa9 commit a2ab505Copy full SHA for a2ab505
build-logic/src/main/kotlin/CompilerOptions.kt
@@ -34,7 +34,7 @@ fun KotlinCommonCompilerOptions.configure(
34
35
when (this) {
36
is KotlinJvmCompilerOptions -> {
37
- freeCompilerArgs.add("-Xjvm-default=all")
+ freeCompilerArgs.add("-jvm-default=no-compatibility")
38
}
39
40
is KotlinNativeCompilerOptions -> {
0 commit comments