191: Update Android plugin changes to AS33 (KT-29847)

This commit is contained in:
Yan Zhulanow
2019-01-29 00:10:32 +03:00
parent a2d702c2a7
commit 9729932fe4
11 changed files with 1739 additions and 4 deletions
@@ -63,7 +63,7 @@ dependencies {
}
sourceSets {
if (Ide.AS33.orHigher()) {
if (Ide.AS33.orHigher() || Ide.IJ191.orHigher()) {
"main" { }
"test" { }
} else {