HiddenFromObjC

@Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION])
expect annotation class HiddenFromObjC(source)

Instructs the Kotlin compiler to remove this function or property from the public Objective-C API.

Since Kotlin

1.2
@Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION])
@ExperimentalObjCRefinement
actual annotation class HiddenFromObjC(source)

Instructs the Kotlin compiler to remove this function or property from the public Objective-C API.

Since Kotlin

1.3