JS IR: split serialization into a separate module

This commit is contained in:
Anton Bannykh
2019-03-20 16:10:33 +03:00
parent 42f576f033
commit 08785b7cea
25 changed files with 153 additions and 8 deletions
@@ -4,12 +4,8 @@ plugins {
}
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(project(":compiler:backend-common"))
compile(project(":compiler:ir.backend.common"))
compile(project(":compiler:ir.tree"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
sourceSets {