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 fedb363 commit 8de82abCopy full SHA for 8de82ab
build.gradle
@@ -32,7 +32,7 @@ allprojects {
32
}
33
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
34
kotlinOptions {
35
- freeCompilerArgs = ['-Xjvm-default=all']
+ freeCompilerArgs = ['-Xjvm-default=enable']
36
jvmTarget = "1.8"
37
38
0 commit comments