diff --git a/compiler/fir/fir-serialization/build.gradle.kts b/compiler/fir/fir-serialization/build.gradle.kts index cc8a1c9caba..a8718dfa0e8 100644 --- a/compiler/fir/fir-serialization/build.gradle.kts +++ b/compiler/fir/fir-serialization/build.gradle.kts @@ -4,9 +4,9 @@ plugins { } dependencies { - implementation(project(":core:descriptors")) + implementation(project(":core:compiler.common")) + implementation(project(":core:compiler.common.jvm")) implementation(project(":compiler:fir:fir-deserialization")) - implementation(project(":core:deserialization")) api(project(":compiler:fir:cones")) api(project(":compiler:fir:tree"))