[IR generator] Factor out TypeRef to common module

This is a step towards commonizing the code generator between
FIR and IR: KT-61970
This commit is contained in:
Sergej Jaskiewicz
2023-09-08 18:11:59 +02:00
committed by Space Team
parent d5394db185
commit a995c522f7
12 changed files with 21 additions and 21 deletions
@@ -4,7 +4,7 @@ plugins {
}
dependencies {
implementation(project(":core:compiler.common"))
api(project(":core:compiler.common"))
}
sourceSets {