Minor. Allow IR compilation of FIR and IR.TREE module
This commit is contained in:
@@ -20,4 +20,3 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
||||||
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir"
|
|
||||||
|
|||||||
@@ -15,5 +15,4 @@ sourceSets {
|
|||||||
"test" {}
|
"test" {}
|
||||||
}
|
}
|
||||||
|
|
||||||
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
||||||
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir"
|
|
||||||
Reference in New Issue
Block a user