Introduce language feature for array literals in annotations
This commit is contained in:
@@ -54,6 +54,8 @@ enum class LanguageFeature(
|
||||
|
||||
MultiPlatformProjects(sinceVersion = null, defaultState = State.DISABLED),
|
||||
|
||||
ArrayLiteralsInAnnotations(sinceVersion = null),
|
||||
|
||||
;
|
||||
|
||||
val presentableName: String
|
||||
|
||||
Reference in New Issue
Block a user