Introduce new modules for common jvm related parts of compiler
This commit is contained in:
@@ -4,6 +4,8 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core:compiler.common.jvm"))
|
||||
implementation(project(":compiler:resolution.common.jvm"))
|
||||
implementation(project(":compiler:fir:cones"))
|
||||
implementation(project(":compiler:fir:tree"))
|
||||
implementation(project(":compiler:fir:resolve"))
|
||||
|
||||
Reference in New Issue
Block a user