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
This commit is contained in:
Roman Golyshev
2020-08-13 17:29:45 +03:00
parent 31e4ddafd1
commit 7d883f1806
+1 -1
View File
@@ -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"))