as41: Setup bunch config and compatibility dsl for AS 4.1
This commit is contained in:
@@ -5,4 +5,5 @@
|
|||||||
191_192
|
191_192
|
||||||
as35_191_192
|
as35_191_192
|
||||||
as36_192
|
as36_192
|
||||||
as40
|
as40
|
||||||
|
as41_201
|
||||||
@@ -51,7 +51,8 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
|||||||
|
|
||||||
AS35(Platform.P183),
|
AS35(Platform.P183),
|
||||||
AS36(Platform.P192),
|
AS36(Platform.P192),
|
||||||
AS40(Platform.P193);
|
AS40(Platform.P193),
|
||||||
|
AS41(Platform.P201);
|
||||||
|
|
||||||
val kind = Kind.values().first { it.shortName == name.take(2) }
|
val kind = Kind.values().first { it.shortName == name.take(2) }
|
||||||
val version = name.dropWhile { !it.isDigit() }.toInt()
|
val version = name.dropWhile { !it.isDigit() }.toInt()
|
||||||
|
|||||||
Reference in New Issue
Block a user