201: Introduce 201 platform
This commit is contained in:
@@ -26,7 +26,7 @@ fun CompatibilityPredicate.or(other: CompatibilityPredicate): CompatibilityPredi
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum class Platform : CompatibilityPredicate {
|
enum class Platform : CompatibilityPredicate {
|
||||||
P183, P191, P192, P193;
|
P183, P191, P192, P193, P201;
|
||||||
|
|
||||||
val version: Int = name.drop(1).toInt()
|
val version: Int = name.drop(1).toInt()
|
||||||
|
|
||||||
@@ -44,6 +44,7 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
|||||||
IJ191(Platform.P191),
|
IJ191(Platform.P191),
|
||||||
IJ192(Platform.P192),
|
IJ192(Platform.P192),
|
||||||
IJ193(Platform.P193),
|
IJ193(Platform.P193),
|
||||||
|
IJ201(Platform.P201),
|
||||||
|
|
||||||
AS35(Platform.P183),
|
AS35(Platform.P183),
|
||||||
AS36(Platform.P192),
|
AS36(Platform.P192),
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
versions.intellijSdk=193.6015-EAP-CANDIDATE-SNAPSHOT
|
versions.intellijSdk=201.3803-EAP-CANDIDATE-SNAPSHOT
|
||||||
versions.androidBuildTools=r23.0.1
|
versions.androidBuildTools=r23.0.1
|
||||||
versions.idea.NodeJS=181.3494.12
|
versions.idea.NodeJS=181.3494.12
|
||||||
versions.jar.asm-all=7.0.1
|
versions.jar.asm-all=7.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user