Kotlin Uuid

//Android
import java.util.*

actual fun randomUUID() = UUID.randomUUID().toString()
abdullah