From e3efff7a335b046a24b9203f6e328d57ec753e51 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 1 Aug 2023 13:28:07 +0200 Subject: [PATCH] K2: remove dependencies of fir-serialization on JVM modules --- compiler/fir/fir-serialization/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/fir/fir-serialization/build.gradle.kts b/compiler/fir/fir-serialization/build.gradle.kts index bebd0ffdc09..d83ffea7ac3 100644 --- a/compiler/fir/fir-serialization/build.gradle.kts +++ b/compiler/fir/fir-serialization/build.gradle.kts @@ -5,8 +5,6 @@ plugins { dependencies { implementation(project(":core:compiler.common")) - implementation(project(":core:compiler.common.jvm")) - implementation(project(":core:deserialization.common.jvm")) implementation(project(":compiler:fir:fir-deserialization")) implementation(project(":compiler:serialization"))