[Gradle] Rename experimental annotations to opt-in annotations in DSL
Methods and accessors with old names are preserved in public API and marked as deprecated now #KT-38111 In Progress
This commit is contained in:
@@ -10,5 +10,8 @@ interface LanguageSettings {
|
||||
val apiVersion: String?
|
||||
val progressiveMode: Boolean
|
||||
val enabledLanguageFeatures: Set<String>
|
||||
|
||||
@Deprecated("Unsupported and will be removed in next major releases", replaceWith = ReplaceWith("optInAnnotationsInUse"))
|
||||
val experimentalAnnotationsInUse: Set<String>
|
||||
val optInAnnotationsInUse: Set<String>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user