[Gradle] Remove deprecated experimental annotation methods & properties
#KT-47763 Fixed
This commit is contained in:
committed by
Space
parent
0bf6f1eb83
commit
aba495f63c
@@ -11,7 +11,5 @@ interface LanguageSettings {
|
||||
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