[Build] Add dependency on :core:descriptors.runtime to spec tests

This is needed to run those tests via JPS
This commit is contained in:
Dmitriy Novozhilov
2021-11-11 14:32:09 +03:00
committed by teamcity
parent 62b774b2e3
commit 167a4c6b97
+1
View File
@@ -20,6 +20,7 @@ dependencies {
api("org.jsoup:jsoup:1.14.2")
if (isIdeaActive) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(project(":core:descriptors.runtime"))
testApiJUnit5(vintageEngine = true)
}