as36: Add required plugins to test runtime

#KT-33063
This commit is contained in:
Vyacheslav Gerasimov
2019-07-31 20:47:21 +03:00
parent 14bd8f4eef
commit 784483e7ac
+7
View File
@@ -176,6 +176,13 @@ dependencies {
testRuntime(intellijPluginDep("smali"))
testRuntime(intellijPluginDep("testng"))
if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib"))
testRuntime(intellijPluginDep("git4idea"))
testRuntime(intellijPluginDep("google-cloud-tools-core-as"))
testRuntime(intellijPluginDep("google-login-as"))
}
performanceTestCompile(sourceSets["test"].output)
performanceTestCompile(sourceSets["main"].output)
performanceTestCompile(project(":nj2k"))