[Gradle, JS] irBuildCache means ir compiler enabled
This commit is contained in:
+2
-2
@@ -222,7 +222,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
|
||||
}
|
||||
|
||||
fun K2JSCompilerArguments.isPreIrBackendDisabled(): Boolean =
|
||||
irOnly || irProduceJs || irProduceKlibFile
|
||||
irOnly || irProduceJs || irProduceKlibFile || irBuildCache
|
||||
|
||||
fun K2JSCompilerArguments.isIrBackendEnabled(): Boolean =
|
||||
irProduceKlibDir || irProduceJs || irProduceKlibFile || wasm
|
||||
irProduceKlibDir || irProduceJs || irProduceKlibFile || wasm || irBuildCache
|
||||
Reference in New Issue
Block a user