Remove 181 branch from build scripts
#KT-33536 Fixed
This commit is contained in:
@@ -26,7 +26,7 @@ fun CompatibilityPredicate.or(other: CompatibilityPredicate): CompatibilityPredi
|
||||
}
|
||||
|
||||
enum class Platform : CompatibilityPredicate {
|
||||
P181, P183, P191, P192;
|
||||
P183, P191, P192;
|
||||
|
||||
val version: Int = name.drop(1).toInt()
|
||||
|
||||
@@ -41,12 +41,10 @@ enum class Platform : CompatibilityPredicate {
|
||||
}
|
||||
|
||||
enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
||||
IJ181(Platform.P181),
|
||||
IJ183(Platform.P183),
|
||||
IJ191(Platform.P191),
|
||||
IJ192(Platform.P192),
|
||||
|
||||
AS32(Platform.P181),
|
||||
AS34(Platform.P183),
|
||||
AS35(Platform.P183),
|
||||
AS36(Platform.P192);
|
||||
|
||||
Reference in New Issue
Block a user