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 2dae056 commit ff1af49Copy full SHA for ff1af49
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|all-compatibility'] //enable or compatibility
+ freeCompilerArgs = ['-Xjvm-default=all']
36
jvmTarget = "1.8"
37
38
0 commit comments