Skip to content

Commit

Permalink
Set -Xjvm-default=all-compatibility compiler arg (#178)
Browse files Browse the repository at this point in the history
* Set -Xjvm-default=all compiler arg

* Update from all to all-compatibility
  • Loading branch information
szabado-faire authored Apr 3, 2024
1 parent 4170185 commit 899f19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ subprojects {
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
freeCompilerArgs = listOf("-Xjvm-default=all-compatibility")
}
// dependsOn("spotlessKotlinApply")
}
Expand Down

0 comments on commit 899f19f

Please sign in to comment.