[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:
Pavel Kirpichenkov
2020-09-02 14:20:16 +03:00
parent 26982d1b48
commit 9d12df28c1
+3 -2
View File
@@ -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"))