Add required plugins for Android Studio 3.6 to runtime
This commit is contained in:
@@ -68,6 +68,11 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
testRuntime(intellijPluginDep("testng"))
|
testRuntime(intellijPluginDep("testng"))
|
||||||
|
|
||||||
|
if (Ide.AS36.orHigher()) {
|
||||||
|
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||||
|
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -62,6 +62,11 @@ dependencies {
|
|||||||
}
|
}
|
||||||
testRuntime(intellijPluginDep("android"))
|
testRuntime(intellijPluginDep("android"))
|
||||||
testRuntime(intellijPluginDep("smali"))
|
testRuntime(intellijPluginDep("smali"))
|
||||||
|
|
||||||
|
if (Ide.AS36.orHigher()) {
|
||||||
|
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||||
|
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -62,6 +62,11 @@ dependencies {
|
|||||||
testRuntime(intellijPluginDep("coverage"))
|
testRuntime(intellijPluginDep("coverage"))
|
||||||
testRuntime(intellijPluginDep("android"))
|
testRuntime(intellijPluginDep("android"))
|
||||||
testRuntime(intellijPluginDep("smali"))
|
testRuntime(intellijPluginDep("smali"))
|
||||||
|
|
||||||
|
if (Ide.AS36.orHigher()) {
|
||||||
|
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||||
|
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Ide.IJ()) {
|
if (Ide.IJ()) {
|
||||||
|
|||||||
@@ -61,6 +61,11 @@ dependencies {
|
|||||||
testRuntime(intellijPluginDep("java-i18n"))
|
testRuntime(intellijPluginDep("java-i18n"))
|
||||||
testRuntime(intellijPluginDep("java-decompiler"))
|
testRuntime(intellijPluginDep("java-decompiler"))
|
||||||
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||||
|
|
||||||
|
if (Ide.AS36.orHigher()) {
|
||||||
|
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||||
|
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -58,6 +58,11 @@ dependencies {
|
|||||||
}
|
}
|
||||||
testRuntime(intellijPluginDep("android"))
|
testRuntime(intellijPluginDep("android"))
|
||||||
testRuntime(intellijPluginDep("smali"))
|
testRuntime(intellijPluginDep("smali"))
|
||||||
|
|
||||||
|
if (Ide.AS36.orHigher()) {
|
||||||
|
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||||
|
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user