[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:
committed by
TeamCityServer
parent
0a902c1bef
commit
ec079a2663
@@ -41,6 +41,8 @@ dependencies {
|
|||||||
testApi(project(":kotlin-reflect"))
|
testApi(project(":kotlin-reflect"))
|
||||||
testImplementation(project(":analysis:symbol-light-classes"))
|
testImplementation(project(":analysis:symbol-light-classes"))
|
||||||
|
|
||||||
|
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||||
|
|
||||||
testApi(intellijDep()) {
|
testApi(intellijDep()) {
|
||||||
includeJars(
|
includeJars(
|
||||||
"jps-model",
|
"jps-model",
|
||||||
|
|||||||
Reference in New Issue
Block a user