Skip to content

Commit

Permalink
fix release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxi-zeng committed Nov 28, 2023
1 parent 2dae056 commit ff1af49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=all|all-compatibility'] //enable or compatibility
freeCompilerArgs = ['-Xjvm-default=all']
jvmTarget = "1.8"
}
}
Expand Down

0 comments on commit ff1af49

Please sign in to comment.