Report custom diagnostic instead of symbol deprecation
For annotations that should be replaced with modifiers
This commit is contained in:
@@ -63,5 +63,4 @@ public annotation class Synchronized
|
||||
@Target(FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@MustBeDocumented
|
||||
@deprecated("Use kotlin.external instead", ReplaceWith("kotlin.external"))
|
||||
public annotation class native
|
||||
|
||||
Reference in New Issue
Block a user