[IR] Drop unused inter-module dependency

^KT-61934
This commit is contained in:
Pavel Kunyavskiy
2023-09-20 14:09:19 +02:00
committed by Space Team
parent 03914e353f
commit 1a36a06a07
@@ -9,7 +9,6 @@ dependencies {
api(project(":compiler:backend-common"))
api(project(":compiler:ir.tree"))
api(project(":compiler:ir.interpreter"))
implementation(project(":compiler:ir.serialization.common"))
compileOnly(intellijCore())
}