[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("smali"))
|
||||||
testRuntime(intellijPluginDep("testng"))
|
testRuntime(intellijPluginDep("testng"))
|
||||||
|
|
||||||
testRuntime(project(":idea:idea-fir"))
|
if (isFirPlugin) {
|
||||||
testRuntime(project(":idea:idea-frontend-fir"))
|
testRuntime(project(":idea:idea-fir"))
|
||||||
|
}
|
||||||
|
|
||||||
if (Ide.AS36.orHigher()) {
|
if (Ide.AS36.orHigher()) {
|
||||||
testRuntime(intellijPluginDep("android-layoutlib"))
|
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||||
|
|||||||
Reference in New Issue
Block a user