Provide fallback flag for KT-19174
-Xno-exception-on-explicit-equals-for-boxed-null Also unify corresponding names.
This commit is contained in:
@@ -61,7 +61,7 @@ enum class LanguageFeature(
|
||||
LateinitLocalVariables(KOTLIN_1_2),
|
||||
InnerClassInEnumEntryClass(KOTLIN_1_2),
|
||||
CallableReferencesToClassMembersWithEmptyLHS(KOTLIN_1_2),
|
||||
ConsistentExplicitEqualsForPrimitiveWrappers(KOTLIN_1_2),
|
||||
ThrowNpeOnExplicitEqualsForBoxedNull(KOTLIN_1_2),
|
||||
JvmPackageName(KOTLIN_1_2),
|
||||
|
||||
RestrictionOfValReassignmentViaBackingField(KOTLIN_1_3),
|
||||
|
||||
Reference in New Issue
Block a user