Introduce new module for common parts of backend utils
Mainly it needed for abstract jvm type mapper for different type systems: IrTypes and ConeKotlinTypes
This commit is contained in:
@@ -10,6 +10,7 @@ dependencies {
|
||||
compile(project(":compiler:frontend"))
|
||||
compile(project(":compiler:frontend.java"))
|
||||
compile(project(":compiler:serialization"))
|
||||
api(project(":core:compiler.backend.common.jvm"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "asm-all", "guava", rootProject = rootProject) }
|
||||
compileOnly(intellijDep()) { includeJars("trove4j", rootProject = rootProject) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user