FIR: Add dependency for :core:descriptors.runtime to modularized tests

Otherwise NoClassDefFoundError happens on JPS
This commit is contained in:
Denis Zharkov
2020-06-18 10:34:57 +03:00
parent 6a28558d43
commit 260e2d0dc3
@@ -31,6 +31,7 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":core:descriptors.runtime"))
testCompile(projectTests(":compiler:fir:analysis-tests"))
testCompile(project(":compiler:fir:resolve"))
testCompile(project(":compiler:fir:dump"))
@@ -57,4 +58,4 @@ projectTest {
}
}
testsJar()
testsJar()