From 7e85674c61e86f582083c99d7cfd0714e1dd4270 Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Mon, 27 Jan 2020 08:39:18 +0100 Subject: [PATCH] Minor. Allow IR compilation of FIR and IR.TREE module --- compiler/fir/java/build.gradle.kts | 1 - compiler/ir/ir.tree/build.gradle.kts | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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