[Build] Add runtime dependency on descriptors.runtime to tests for low level api

This is needed to keep ability to run those tests using JPS
This commit is contained in:
Dmitriy Novozhilov
2021-11-09 10:26:56 +03:00
committed by TeamCityServer
parent 0a902c1bef
commit ec079a2663
@@ -41,6 +41,8 @@ dependencies {
testApi(project(":kotlin-reflect"))
testImplementation(project(":analysis:symbol-light-classes"))
testRuntimeOnly(project(":core:descriptors.runtime"))
testApi(intellijDep()) {
includeJars(
"jps-model",