[FIR] Remove dependency on FE 1.0 modules form :compiler:fir:fir-deserialization
This commit is contained in:
@@ -4,9 +4,10 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":core:descriptors"))
|
implementation(project(":core:metadata"))
|
||||||
implementation(project(":core:descriptors.jvm"))
|
implementation(project(":core:metadata.jvm"))
|
||||||
implementation(project(":core:deserialization"))
|
implementation(project(":core:compiler.common"))
|
||||||
|
implementation(project(":core:compiler.common.jvm"))
|
||||||
|
|
||||||
api(project(":compiler:fir:cones"))
|
api(project(":compiler:fir:cones"))
|
||||||
api(project(":compiler:fir:tree"))
|
api(project(":compiler:fir:tree"))
|
||||||
|
|||||||
Reference in New Issue
Block a user