[K2] Unbind fir:fir2ir:jvm-backend from other non jvm modules

This commit is contained in:
Ivan Kylchik
2023-03-27 22:31:15 +02:00
committed by Space Team
parent 33c5068b79
commit 525098dea6
5 changed files with 5 additions and 1 deletions
@@ -23,6 +23,7 @@ dependencies {
testApi(project(":compiler:cli-js"))
testApi(project(":compiler:serialization"))
testApi(project(":compiler:fir:entrypoint"))
testApi(project(":compiler:fir:fir2ir:jvm-backend"))
testApi(project(":compiler:backend.jvm.entrypoint"))
testApi(projectTests(":compiler:test-infrastructure-utils"))
testApi(project(":kotlin-preloader"))