Remove 182 and AS33 from build scripts
#KT-33536 Fixed
This commit is contained in:
@@ -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" { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user