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 b82d23d commit 1c8fe5dCopy full SHA for 1c8fe5d
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