[JS IR] Use cacheable ZIP file system accessor in JS IR BE

Related to KT-51712
This commit is contained in:
Alexander Korepanov
2023-02-27 17:36:48 +01:00
committed by Space Team
parent 8f22d6d36e
commit 2cad26f4cc
9 changed files with 80 additions and 20 deletions
+1
View File
@@ -4,6 +4,7 @@ plugins {
}
dependencies {
implementation(project(":kotlin-util-io"))
api(project(":compiler:util"))
api(project(":compiler:frontend"))
api(project(":core:compiler.common.js"))