Skip to content

Commit

Permalink
Remove compiler option '-Xjvm-default'.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Nov 13, 2023
1 parent 23f54ed commit 403b834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kudos-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ buildConfig {

val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions.freeCompilerArgs += listOf(
"-Xjvm-default=enable",
"-Xcontext-receivers",
"-opt-in=kotlin.RequiresOptIn"
)
Expand Down

0 comments on commit 403b834

Please sign in to comment.