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) {
|
||||
useIR = true
|
||||
freeCompilerArgs += "-Xir-binary-with-stable-abi"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,12 +198,7 @@ ext.configureLegacyPublishing = { Project project ->
|
||||
ext.configureJvmIrBackend = { Project project ->
|
||||
project.tasks.withType(KotlinCompile.class) { task ->
|
||||
task.kotlinOptions {
|
||||
if (project.kotlinBuildProperties.useIRForLibraries) {
|
||||
useIR = true
|
||||
freeCompilerArgs += ["-Xir-binary-with-stable-abi"]
|
||||
} else {
|
||||
useIR = false
|
||||
}
|
||||
useIR = project.kotlinBuildProperties.useIRForLibraries
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user