Remove -Xno-use-ir from modules where JVM IR problems are fixed

The problems in JVM IR backend in these modules are fixed by:
* kapt3-cli -- 1c527fc1
* frontend -- 174b3db7
* daemon-common-new -- 6fe214d8 & d17afdda
This commit is contained in:
Alexander Udalov
2020-01-21 11:59:33 +01:00
parent d3a93b2015
commit 8e2b76698a
3 changed files with 0 additions and 9 deletions
@@ -42,6 +42,3 @@ sourceSets {
"main" { projectDefault() }
"test" {}
}
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir"
-3
View File
@@ -23,6 +23,3 @@ sourceSets {
"main" { projectDefault() }
"test" {}
}
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir"
-3
View File
@@ -24,6 +24,3 @@ projectTest {
workingDir = rootDir
dependsOn(":dist")
}
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xno-use-ir"