From c418140bef7feb34fba4f4c42c5a90a64ae8bf75 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Tue, 13 Oct 2020 13:36:51 +0300 Subject: [PATCH] FIR IDE: fix test dependencies --- idea/idea-frontend-fir/idea-fir-low-level-api/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/idea-frontend-fir/idea-fir-low-level-api/build.gradle.kts b/idea/idea-frontend-fir/idea-fir-low-level-api/build.gradle.kts index bb161c9fbce..1f4e32b5f30 100644 --- a/idea/idea-frontend-fir/idea-fir-low-level-api/build.gradle.kts +++ b/idea/idea-frontend-fir/idea-fir-low-level-api/build.gradle.kts @@ -29,6 +29,7 @@ dependencies { testCompile(toolsJar()) testCompile(projectTests(":idea")) + testCompile(project(":idea:idea-fir")) testCompile(projectTests(":compiler:tests-common")) testCompile(projectTests(":compiler:fir:analysis-tests")) testCompile(projectTests(":idea:idea-test-framework"))