Skip to content

Commit

Permalink
fix jvm default not generated (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxi-zeng authored Dec 5, 2023
1 parent fedb363 commit 8de82ab
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']
freeCompilerArgs = ['-Xjvm-default=enable']
jvmTarget = "1.8"
}
}
Expand Down

0 comments on commit 8de82ab

Please sign in to comment.