Remove obsolete kotlin.build.useIR flag
This commit is contained in:
@@ -120,15 +120,6 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
if (findProperty("kotlin.build.useIR") == "true") {
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
|
||||
kotlinOptions {
|
||||
useIR = true
|
||||
freeCompilerArgs += ["-Xir-binary-with-stable-abi"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
setupHostAndTarget()
|
||||
loadCommandLineProperties()
|
||||
loadLocalProperties()
|
||||
|
||||
@@ -34,6 +34,4 @@ ktorVersion=1.2.1
|
||||
shadowVersion=5.1.0
|
||||
metadataVersion=0.0.1-dev-10
|
||||
|
||||
# Uncomment to compile Kotlin/Native backend modules with JVM IR backend.
|
||||
# kotlin.build.useIR=true
|
||||
kotlinNativeVersionInResources=true
|
||||
kotlinNativeVersionInResources=true
|
||||
|
||||
Reference in New Issue
Block a user