From 852d22470e5ecf4c7a89383f84aba2e61ad2c0c7 Mon Sep 17 00:00:00 2001 From: Roman Golyshev Date: Thu, 13 Aug 2020 23:12:34 +0300 Subject: [PATCH] Revert "FIR Completion: Add idea-fir dependency to run completion tests" This reverts commit 7d883f18 --- 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 9772005823f..5a2bd8feb18 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-fir")) + testRuntime(project(":idea:idea-frontend-fir")) if (Ide.AS36.orHigher()) { testRuntime(intellijPluginDep("android-layoutlib"))