From b9cf9d8bc5303960db1cbcdb237d0e61c486bf9d Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Tue, 13 Oct 2020 22:55:46 +0300 Subject: [PATCH] FIR IDE: add missing test dependency --- 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 dfe17dd1773..89be8d84f88 100644 --- a/idea/idea-frontend-fir/build.gradle.kts +++ b/idea/idea-frontend-fir/build.gradle.kts @@ -22,6 +22,7 @@ dependencies { compile(project(":idea:idea-core")) // + testCompile(project(":idea:idea-fir")) testCompile(intellijDep()) testCompile(intellijCoreDep()) testCompile(toolsJar())