Remove 182 and AS33 from build scripts

#KT-33536 Fixed
This commit is contained in:
Nikolay Krasko
2019-08-28 13:28:26 +03:00
parent 51cfafc619
commit 0ae9240e5f
5 changed files with 11 additions and 15 deletions
@@ -63,12 +63,12 @@ dependencies {
}
sourceSets {
if (Ide.AS33.orHigher() || Ide.IJ191.orHigher()) {
"main" { }
"test" { }
} else {
if (Ide.IJ183()) {
"main" { projectDefault() }
"test" { projectDefault() }
} else {
"main" { }
"test" { }
}
}