Build: Fix tests compilation in kotlin.idea.idea-frontend-fir

This commit is contained in:
Vyacheslav Gerasimov
2020-06-10 17:39:57 +03:00
parent 3e3afac407
commit 07e18654d9
+1
View File
@@ -24,6 +24,7 @@ dependencies {
testCompile(intellijDep())
testCompile(intellijCoreDep())
testCompile(toolsJar())
testCompile(project(":kotlin-reflect"))
testCompile(projectTests(":idea"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":idea:idea-test-framework"))