[FIR] Fix dependency on jvm descriptors for running fir2ir tests with JPS
This commit is contained in:
committed by
teamcityserver
parent
5354e4afe4
commit
df11ccf755
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user