diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index dae78f30ff6..74848e815b8 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -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"))