Add required plugins for Android Studio 3.6 to runtime
This commit is contained in:
@@ -68,6 +68,11 @@ dependencies {
|
||||
}
|
||||
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
|
||||
if (Ide.AS36.orHigher()) {
|
||||
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user