[FIR] Add dependency of :descriptors.runtime to :fir2ir module

This commit is contained in:
Dmitriy Novozhilov
2019-11-01 11:05:56 +03:00
parent 1b44566e6f
commit 098616ac76
+1
View File
@@ -31,6 +31,7 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":core:descriptors.runtime"))
Platform[192].orHigher {
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }