Build: drop IntelliJ 2018.3 support (KT-35374)
Delete references in code
This commit is contained in:
@@ -41,7 +41,6 @@ enum class Platform : CompatibilityPredicate {
|
||||
}
|
||||
|
||||
enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
||||
IJ183(Platform.P183),
|
||||
IJ191(Platform.P191),
|
||||
IJ192(Platform.P192),
|
||||
IJ193(Platform.P193),
|
||||
|
||||
Reference in New Issue
Block a user