Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hfhbd/kotlinx-uuid

kotlinx-uuid is a multiplatform (MPP) Kotlin library introducing support for UUID.
https://github.com/hfhbd/kotlinx-uuid

Last synced: about 4 hours ago
JSON representation

kotlinx-uuid is a multiplatform (MPP) Kotlin library introducing support for UUID.

Awesome Lists containing this project

README

        

# kotlinx-uuid

> #### 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)](https://github.com/cy6erGn0m)!

`kotlinx-uuid` adds helper methods to [Uuid](kotlin.uuid.Uuid) added to Kotlin stdlib starting 2.0.20.

- [Source code](https://github.com/hfhbd/kotlinx-uuid)
- [Docs](https://uuid.softwork.app)

## Install

This package is uploaded to `mavenCentral`.

````kotlin
repositories {
mavenCentral()
}

dependencies {
implementation("app.softwork:kotlinx-uuid-core:LATEST")
}
````