ShouldRefineInSwift

Common
Native
1.8
@RefinesInSwift @Target([AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION]) @ExperimentalObjCRefinement annotation class ShouldRefineInSwift
(Common source) (Native source)

Instructs the Kotlin compiler to mark this function or property as swift_private in the generated Objective-C API.

See Apple's documentation of the NS_REFINED_FOR_SWIFT macro for more information on refining Objective-C declarations in Swift.

Constructors

Common
Native
1.0

<init>

Instructs the Kotlin compiler to mark this function or property as swift_private in the generated Objective-C API.

<init>()