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:
Dmitriy Novozhilov
2020-09-22 13:22:36 +03:00
parent c3a89e2507
commit 54a5a066e8
7 changed files with 20 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ val projectsToShadow by extra(listOf(
":compiler:backend",
":compiler:resolution.common.jvm",
":core:compiler.common.jvm",
":core:compiler.backend.common.jvm",
":compiler:backend-common",
":compiler:backend.jvm",
":compiler:ir.backend.common",