Add dependency on platform-images in tests
This commit is contained in:
@@ -78,7 +78,7 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("android"))
|
||||
testRuntime(intellijPluginDep("smali"))
|
||||
|
||||
if (Ide.AS41.orHigher()) {
|
||||
if (Ide.AS41.orHigher() || Ide.IJ202.orHigher()) {
|
||||
testRuntime(intellijPluginDep("platform-images"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user