Package-level declarations
Experimental APIs, subject to change in future versions of Kotlin.
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS] )
This annotation marks the Kotlin/Native-only standard library API that is considered experimental and is not subject to the general compatibility guarantees given for the standard library: the behavior of such API may be changed or the API may be removed completely in any further release.
Since Kotlin 1.9
Link copied to clipboard
This annotation marks the experimental ObjCName annotation.
Since Kotlin 1.8
Link copied to clipboard
This annotation marks the experimental Objective-C export refinement annotations.
Since Kotlin 1.8
Link copied to clipboard
The experimental marker for type inference augmenting annotations.
Since Kotlin 1.3