[Build] Fix useFir project exclusion logic

This commit is contained in:
Simon Ogorodnik
2021-06-29 15:53:13 +03:00
parent f7c68afb18
commit f8ab16c823
+1 -1
View File
@@ -511,7 +511,7 @@ allprojects {
useIR = true
}
if (useJvmFir && this@allprojects.name !in projectsWithDisabledFirBootstrap) {
if (useJvmFir && this@allprojects.path !in projectsWithDisabledFirBootstrap) {
freeCompilerArgs += "-Xuse-fir"
freeCompilerArgs += "-Xabi-stability=stable"
}