cph-cachet / carp.core-kotlin

Infrastructure-agnostic framework for distributed data collection.
https://carp.cachet.dk/core/
MIT License
21 stars 3 forks source link

Use new Kotlin multiplatform Uuid #494

Open Whathecode opened 2 weeks ago

Whathecode commented 2 weeks ago

CARP created it's own UUID implementation, since no multiplatform solution was around when CARP was created.

However, it seems that as part of the Kotlin 2.0 release, there is now a multiplatform (still experimental) Uuid class: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.uuid/-uuid/

Investigate whether this could be used instead.