Add language feature for changed name of property annotations method
#KT-31352 Fixed
This commit is contained in:
@@ -105,6 +105,7 @@ enum class LanguageFeature(
|
||||
BareArrayClassLiteral(KOTLIN_1_4),
|
||||
ProhibitGenericArrayClassLiteral(KOTLIN_1_4),
|
||||
NonParenthesizedAnnotationsOnFunctionalTypes(KOTLIN_1_4),
|
||||
UseGetterNameForPropertyAnnotationsMethodOnJvm(KOTLIN_1_4),
|
||||
|
||||
ProperVisibilityForCompanionObjectInstanceField(sinceVersion = null, kind = BUG_FIX),
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
|
||||
Reference in New Issue
Block a user