From 7d883f18068f4ace26c2b651a9a766113c0a0aba Mon Sep 17 00:00:00 2001 From: Roman Golyshev Date: Thu, 13 Aug 2020 17:29:45 +0300 Subject: [PATCH] FIR Completion: Add idea-fir dependency to run completion tests - Without this dependency, FIR plugin completion tests fail because the fir completion contributor is not available --- idea/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index 5a2bd8feb18..9772005823f 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -187,7 +187,7 @@ dependencies { testRuntime(intellijPluginDep("smali")) testRuntime(intellijPluginDep("testng")) - testRuntime(project(":idea:idea-frontend-fir")) + testRuntime(project(":idea:idea-fir")) if (Ide.AS36.orHigher()) { testRuntime(intellijPluginDep("android-layoutlib"))