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

androidMain.ru.alexgladkov.odyssey.compose.extensions.RandomKey.kt Maven / Gradle / Ivy

There is a newer version: 1.4.0-alpha05
Show newest version
package ru.alexgladkov.odyssey.compose.extensions

import com.benasher44.uuid.Uuid

actual fun createUniqueKey(key: String): String = "$key${Uuid.randomUUID()}"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy