Minor. Allow IR compilation of FIR and IR.TREE module

This commit is contained in:
Mikhael Bogdanov
2020-01-27 08:39:18 +01:00
parent 71d8b41bef
commit 7e85674c61
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -20,4 +20,3 @@ sourceSets {
}
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir"
+1 -2
View File
@@ -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