Skip to content

Commit

Permalink
Remove jvm-default option.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Aug 24, 2023
1 parent 8a64216 commit 34f75ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kace-compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {

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

0 comments on commit 34f75ae

Please sign in to comment.