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
@@ -14,7 +14,7 @@ dependencies {
compile(project(":compiler:frontend.java"))
compile(project(":idea:idea-core"))
Ide.AS33.orHigher.not {
Ide.IJ183 {
compile(project(":idea:idea-android"))
}