diff --git a/compiler/fir/java/build.gradle.kts b/compiler/fir/java/build.gradle.kts index efb9c00423c..87e66eb1c61 100644 --- a/compiler/fir/java/build.gradle.kts +++ b/compiler/fir/java/build.gradle.kts @@ -20,4 +20,3 @@ sourceSets { } val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks -compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir" diff --git a/compiler/ir/ir.tree/build.gradle.kts b/compiler/ir/ir.tree/build.gradle.kts index c3d42ad06e9..f55fe608802 100644 --- a/compiler/ir/ir.tree/build.gradle.kts +++ b/compiler/ir/ir.tree/build.gradle.kts @@ -15,5 +15,4 @@ sourceSets { "test" {} } -val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks -compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir" +val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks \ No newline at end of file