Package-level declarations
Multiplatform Uuid class and utility functions for working with UUIDs.
Multiplatform Uuid class and utility functions for working with UUIDs.
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 experimental Kotlin Uuid API.
Since Kotlin 2.0
Link copied to clipboard
                  Represents a Universally Unique Identifier (UUID), also known as a Globally Unique Identifier (GUID).
Since Kotlin 2.0
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Converts this kotlin.uuid.Uuid value to the corresponding java.util.UUID value.
Since Kotlin 2.0
Link copied to clipboard
                  Converts this java.util.UUID value to the corresponding kotlin.uuid.Uuid value.
Since Kotlin 2.0