Build: Add dsl constants for 193 platform
This commit is contained in:
@@ -26,7 +26,7 @@ fun CompatibilityPredicate.or(other: CompatibilityPredicate): CompatibilityPredi
|
||||
}
|
||||
|
||||
enum class Platform : CompatibilityPredicate {
|
||||
P183, P191, P192;
|
||||
P183, P191, P192, P193;
|
||||
|
||||
val version: Int = name.drop(1).toInt()
|
||||
|
||||
@@ -44,6 +44,7 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
||||
IJ183(Platform.P183),
|
||||
IJ191(Platform.P191),
|
||||
IJ192(Platform.P192),
|
||||
IJ193(Platform.P193),
|
||||
|
||||
AS34(Platform.P183),
|
||||
AS35(Platform.P183),
|
||||
|
||||
Reference in New Issue
Block a user