[Gradle] Remove deprecated experimental annotation methods & properties
#KT-47763 Fixed
This commit is contained in:
committed by
Space
parent
0bf6f1eb83
commit
aba495f63c
-6
@@ -18,11 +18,5 @@ interface LanguageSettingsBuilder : LanguageSettings {
|
||||
|
||||
override val enabledLanguageFeatures: Set<String>
|
||||
|
||||
@Deprecated("Unsupported and will be removed in next major releases", replaceWith = ReplaceWith("optIn(name)"))
|
||||
fun useExperimentalAnnotation(name: String)
|
||||
|
||||
fun optIn(annotationName: String)
|
||||
|
||||
@Deprecated("Unsupported and will be removed in next major releases", replaceWith = ReplaceWith("optInAnnotationsInUse"))
|
||||
override val experimentalAnnotationsInUse: Set<String>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user