Introduce AS42 bunch
This commit is contained in:
committed by
Konstantin Tskhovrebov
parent
1fc459ab4c
commit
17e43aadaa
@@ -54,7 +54,7 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
||||
AS36(Platform.P192),
|
||||
AS40(Platform.P193),
|
||||
AS41(Platform.P201),
|
||||
AS42(Platform.P201);
|
||||
AS42(Platform.P202);
|
||||
|
||||
val kind = Kind.values().first { it.shortName == name.take(2) }
|
||||
val version = name.dropWhile { !it.isDigit() }.toInt()
|
||||
|
||||
Reference in New Issue
Block a user