Build: Add Ide.AS40 constant
This commit is contained in:
@@ -48,7 +48,8 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
||||
|
||||
AS34(Platform.P183),
|
||||
AS35(Platform.P183),
|
||||
AS36(Platform.P192);
|
||||
AS36(Platform.P192),
|
||||
AS40(Platform.P193);
|
||||
|
||||
val kind = Kind.values().first { it.shortName == name.take(2) }
|
||||
val version = name.dropWhile { !it.isDigit() }.toInt()
|
||||
|
||||
Reference in New Issue
Block a user