From 07e18654d9359718a83f62f4f3500206626c221e Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Wed, 10 Jun 2020 17:39:57 +0300 Subject: [PATCH] Build: Fix tests compilation in kotlin.idea.idea-frontend-fir --- idea/idea-frontend-fir/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/idea-frontend-fir/build.gradle.kts b/idea/idea-frontend-fir/build.gradle.kts index a5765895ec7..13289ca5f94 100644 --- a/idea/idea-frontend-fir/build.gradle.kts +++ b/idea/idea-frontend-fir/build.gradle.kts @@ -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"))