Postpone OptIn release to version 1.7
This commit is contained in:
@@ -214,12 +214,12 @@ enum class LanguageFeature(
|
||||
SafeCallsAreAlwaysNullable(KOTLIN_1_6),
|
||||
ProhibitSimplificationOfNonTrivialConstBooleanExpressions(KOTLIN_1_6),
|
||||
TypeInferenceOnCallsWithSelfTypes(KOTLIN_1_6),
|
||||
OptInRelease(KOTLIN_1_6),
|
||||
WarnAboutNonExhaustiveWhenOnAlgebraicTypes(KOTLIN_1_6, kind = BUG_FIX),
|
||||
InstantiationOfAnnotationClasses(KOTLIN_1_6),
|
||||
|
||||
// 1.7
|
||||
|
||||
OptInRelease(KOTLIN_1_7),
|
||||
ProhibitNonExhaustiveWhenOnAlgebraicTypes(KOTLIN_1_7, kind = BUG_FIX),
|
||||
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
|
||||
Reference in New Issue
Block a user