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