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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user