All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.deprecations.kt Maven / Gradle / Ivy

There is a newer version: 0.8.4
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy