[FIR-IDE] Add idea-fir test runtime dep for fir plugin only
Leads to duplicated bundled resources annotation templates otherwise.
This commit is contained in:
@@ -187,8 +187,9 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("smali"))
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
|
||||
testRuntime(project(":idea:idea-fir"))
|
||||
testRuntime(project(":idea:idea-frontend-fir"))
|
||||
if (isFirPlugin) {
|
||||
testRuntime(project(":idea:idea-fir"))
|
||||
}
|
||||
|
||||
if (Ide.AS36.orHigher()) {
|
||||
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||
|
||||
Reference in New Issue
Block a user