
Generates Universally Unique Identifiers compliant with RFC 9562, implementing multiple UUID versions. Features include thread safety, frozen state, and correctness testing against macOS/iOS UUID.
This is a Kotlin Multiplatform library for generating Universally Unique Identifiers.
support: android、iosArm64、iosSimulatorArm64、iosX64、jvm
The Internet standard RFC 9562 was published in May 2024, making RFC 4122 obsolete. This library is fully compliant with the new RFC, as it was developed following the evolution of the new standard until its publication.
List of implemented UUID subtypes:
In your build.gradle(.kts):
mavenCentral() to your repositories.maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/releases/")
}
This is a Kotlin Multiplatform library for generating Universally Unique Identifiers.
support: android、iosArm64、iosSimulatorArm64、iosX64、jvm
The Internet standard RFC 9562 was published in May 2024, making RFC 4122 obsolete. This library is fully compliant with the new RFC, as it was developed following the evolution of the new standard until its publication.
List of implemented UUID subtypes:
In your build.gradle(.kts):
mavenCentral() to your repositories.maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/releases/")
}