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
|
||||
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user