HiddenFromObjC
@Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS] )
Instructs the Kotlin compiler to remove this class, function or property from the public Objective-C API.
Since Kotlin
1.8@Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS] )
Instructs the Kotlin compiler to remove this class, function or property from the public Objective-C API.