[Build] Fix useFir project exclusion logic
This commit is contained in:
+1
-1
@@ -511,7 +511,7 @@ allprojects {
|
|||||||
useIR = true
|
useIR = true
|
||||||
}
|
}
|
||||||
|
|
||||||
if (useJvmFir && this@allprojects.name !in projectsWithDisabledFirBootstrap) {
|
if (useJvmFir && this@allprojects.path !in projectsWithDisabledFirBootstrap) {
|
||||||
freeCompilerArgs += "-Xuse-fir"
|
freeCompilerArgs += "-Xuse-fir"
|
||||||
freeCompilerArgs += "-Xabi-stability=stable"
|
freeCompilerArgs += "-Xabi-stability=stable"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user