[FIR] Fix dependency on jvm descriptors for running fir2ir tests with JPS

This commit is contained in:
Dmitriy Novozhilov
2021-06-02 12:58:51 +03:00
committed by teamcityserver
parent 5354e4afe4
commit df11ccf755
+2
View File
@@ -30,7 +30,9 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(project(":core:deserialization"))
testRuntimeOnly(project(":core:descriptors.runtime"))
testRuntimeOnly(project(":core:descriptors.jvm"))
testRuntimeOnly(project(":compiler:fir:fir2ir:jvm-backend"))
testRuntimeOnly(project(":generators"))