From c3f547ec775d0b2e391312f14b98381c39ab3776 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Fri, 5 Jun 2020 11:29:26 +0300 Subject: [PATCH] FIR IDE: add missing runtime dependencies --- prepare/idea-plugin/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prepare/idea-plugin/build.gradle.kts b/prepare/idea-plugin/build.gradle.kts index 6c491745505..b82e7eadc26 100644 --- a/prepare/idea-plugin/build.gradle.kts +++ b/prepare/idea-plugin/build.gradle.kts @@ -95,8 +95,9 @@ val projectsToShadow by extra(listOf( ":idea:idea-jps-common", ":idea:idea-frontend-independent", ":idea:idea-frontend-fir", - ":idea:idea-frontend-fir", + ":idea:idea-frontend-api", ":idea:idea-frontend-fir:idea-fir-low-level-api", + ":idea:idea-fir", *if (Ide.IJ()) arrayOf( ":idea:idea-maven",