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

uikitMain.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 platform.Foundation.NSUUID

actual fun createUniqueKey(key: String): String = "$key${NSUUID.UUID().UUIDString}"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy