Build: remove obsolete -Xir-binary-with-stable-abi
It's no longer needed aftereef06cded3and3e3ffee2a0.
This commit is contained in:
@@ -445,7 +445,6 @@ allprojects {
|
|||||||
|
|
||||||
if (useJvmIrBackend) {
|
if (useJvmIrBackend) {
|
||||||
useIR = true
|
useIR = true
|
||||||
freeCompilerArgs += "-Xir-binary-with-stable-abi"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -198,12 +198,7 @@ ext.configureLegacyPublishing = { Project project ->
|
|||||||
ext.configureJvmIrBackend = { Project project ->
|
ext.configureJvmIrBackend = { Project project ->
|
||||||
project.tasks.withType(KotlinCompile.class) { task ->
|
project.tasks.withType(KotlinCompile.class) { task ->
|
||||||
task.kotlinOptions {
|
task.kotlinOptions {
|
||||||
if (project.kotlinBuildProperties.useIRForLibraries) {
|
useIR = project.kotlinBuildProperties.useIRForLibraries
|
||||||
useIR = true
|
|
||||||
freeCompilerArgs += ["-Xir-binary-with-stable-abi"]
|
|
||||||
} else {
|
|
||||||
useIR = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user