192: Add 192 platform IdeCompatibilityDsl
This commit is contained in:
@@ -26,7 +26,7 @@ fun CompatibilityPredicate.or(other: CompatibilityPredicate): CompatibilityPredi
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum class Platform : CompatibilityPredicate {
|
enum class Platform : CompatibilityPredicate {
|
||||||
P181, P182, P183, P191;
|
P181, P182, P183, P191, P192;
|
||||||
|
|
||||||
val version: Int = name.drop(1).toInt()
|
val version: Int = name.drop(1).toInt()
|
||||||
|
|
||||||
@@ -45,6 +45,7 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
|||||||
IJ182(Platform.P182),
|
IJ182(Platform.P182),
|
||||||
IJ183(Platform.P183),
|
IJ183(Platform.P183),
|
||||||
IJ191(Platform.P191),
|
IJ191(Platform.P191),
|
||||||
|
IJ192(Platform.P192),
|
||||||
|
|
||||||
AS32(Platform.P181),
|
AS32(Platform.P181),
|
||||||
AS33(Platform.P182),
|
AS33(Platform.P182),
|
||||||
|
|||||||
Reference in New Issue
Block a user