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" { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user