Skip to content

Commit

Permalink
Fix jvm-default usage. (#7341)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Jun 19, 2022
1 parent 4bec576 commit ca6425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -117,7 +117,7 @@ subprojects {
jvmTarget = JavaVersion.VERSION_1_8.toString()

freeCompilerArgs = listOf(
"-Xjvm-default=compatibility",
"-Xjvm-default=all",
"-opt-in=kotlin.RequiresOptIn"
)
}
Expand Down

0 comments on commit ca6425d

Please sign in to comment.