Package-level declarations
Types
Link copied to clipboard
@RequiresOptIn(message = "This API is unstable and may change at any time, use it with caution in production.", level = RequiresOptIn.Level.WARNING)
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
Link copied to clipboard
@RequiresOptIn(message = "This API is for internal use and may change at any time, without a major version bump.", level = RequiresOptIn.Level.WARNING)
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )