commonMain.deprecations.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of uuid-js Show documentation
Show all versions of uuid-js Show documentation
A Kotlin multiplatform implementation of a v4 RFC4122 UUID
package com.benasher44.uuid
@Deprecated("Use `Uuid` instead.", ReplaceWith("Uuid"))
public typealias UUID = Uuid
@Deprecated(
message = "Use uuidFrom() instead. This will be removed in the next release.",
replaceWith = ReplaceWith("Uuid.bytes")
)
public val Uuid.uuid: ByteArray
get() = bytes
© 2015 - 2025 Weber Informatics LLC | Privacy Policy