[FIR] Add descriptors.runtime as dependency to psi2fir test

This commit is contained in:
Dmitriy Novozhilov
2019-11-06 15:01:49 +03:00
parent 665405c435
commit 27e1a54d4e
+1
View File
@@ -25,6 +25,7 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":core:descriptors.runtime"))
Platform[192].orHigher {
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }