Skip to content

Commit ff1af49

Browse files
committed
fix release issue
1 parent 2dae056 commit ff1af49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
3434
kotlinOptions {
35-
freeCompilerArgs = ['-Xjvm-default=all|all-compatibility'] //enable or compatibility
35+
freeCompilerArgs = ['-Xjvm-default=all']
3636
jvmTarget = "1.8"
3737
}
3838
}

0 commit comments

Comments
 (0)