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
View File
@@ -16,6 +16,7 @@ val projectsToShadow by extra(listOf(
":plugins:annotation-based-compiler-plugins-ide-support",
":compiler:backend",
":compiler:backend-common",
":compiler:backend.jvm",
":compiler:ir.backend.common",
":kotlin-build-common",
":compiler:cli-common",