191: Update Android plugin changes to AS33 (KT-29847)
This commit is contained in:
@@ -63,7 +63,7 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
if (Ide.AS33.orHigher()) {
|
||||
if (Ide.AS33.orHigher() || Ide.IJ191.orHigher()) {
|
||||
"main" { }
|
||||
"test" { }
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user