[FIR] Remove dependency on :core:deserialization from :compiler:fir:fir-serialization
This commit is contained in:
@@ -4,9 +4,9 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":core:descriptors"))
|
implementation(project(":core:compiler.common"))
|
||||||
|
implementation(project(":core:compiler.common.jvm"))
|
||||||
implementation(project(":compiler:fir:fir-deserialization"))
|
implementation(project(":compiler:fir:fir-deserialization"))
|
||||||
implementation(project(":core:deserialization"))
|
|
||||||
|
|
||||||
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