
Introduces support for universally unique identifiers (UUIDs), offering serialization capabilities and compatibility across various platforms. Integrates seamlessly with existing serialization libraries for enhanced data handling.
This is a fork from https://github.com/cy6erGn0m/kotlinx-uuid, released under Apache 2.
The main implementation was thankfully provided by Sergey Mashkov (cy6erGn0m)!
kotlinx-uuid adds helper methods to Uuid added to Kotlin stdlib starting 2.0.20.
This package is uploaded to mavenCentral.
repositories {
mavenCentral()
}
dependencies {
implementation("app.softwork:kotlinx-uuid-core:LATEST")
}This is a fork from https://github.com/cy6erGn0m/kotlinx-uuid, released under Apache 2.
The main implementation was thankfully provided by Sergey Mashkov (cy6erGn0m)!
kotlinx-uuid adds helper methods to Uuid added to Kotlin stdlib starting 2.0.20.
This package is uploaded to mavenCentral.
repositories {
mavenCentral()
}
dependencies {
implementation("app.softwork:kotlinx-uuid-core:LATEST")
}