Is there any chance the new `Uuid` class can be ma...
# stdlib
k
Is there any chance the new
Uuid
class can be made to support UUID v7?
Someone (seemingly random?) tried to create a KEEP for it, too: https://github.com/Kotlin/KEEP/pull/408
h
In the meantime you could also use my uuidv7 implementation: https://github.com/hfhbd/kotlinx-uuid
very nice 2