
jvmMain.com.apadmi.mockzilla.lib.internal.utils.JvmUuid.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockzilla-jvm Show documentation
Show all versions of mockzilla-jvm Show documentation
Solution for running and configuring a local HTTP server on mobile.
The newest version!
package com.apadmi.mockzilla.lib.internal.utils
import java.util.UUID
internal actual fun generateUuid() = UUID.randomUUID().toString()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy