Add constant for AS 3.5 to IdeCompatibilityDsl
This commit is contained in:
@@ -50,7 +50,8 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
|||||||
AS31(Platform.P173),
|
AS31(Platform.P173),
|
||||||
AS32(Platform.P181),
|
AS32(Platform.P181),
|
||||||
AS33(Platform.P182),
|
AS33(Platform.P182),
|
||||||
AS34(Platform.P183);
|
AS34(Platform.P183),
|
||||||
|
AS35(Platform.P183);
|
||||||
|
|
||||||
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