Package-level declarations
Types
Link copied to clipboard
@RequiresOptIn(message = "This API is unsafe, and is only intended for advanced use-cases. If you're not entirely sure that you need to use this, you should look for a safer API that's provided by a different Kord Extensions module.")
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.FIELD, AnnotationTarget.TYPEALIAS] )
Annotation used to mark unsafe APIs. Should be applied to basically everything in this module.