Extract JVM IR backend module out of compiler/backend

The old backend does not depend on IR modules anymore
This commit is contained in:
Alexander Udalov
2019-01-15 17:19:50 +01:00
parent ad974137b8
commit 4daee6d282
11 changed files with 47 additions and 22 deletions
@@ -1,4 +1,3 @@
description = "Kotlin Serialization Compiler Plugin"
plugins {
@@ -14,6 +13,7 @@ dependencies {
compile(project(":compiler:plugin-api"))
compile(project(":compiler:frontend"))
compile(project(":compiler:backend"))
compile(project(":compiler:ir.backend.common"))
compile(project(":js:js.frontend"))
compile(project(":js:js.translator"))