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

jvmJsMain.com.arkivanov.mvikotlin.utils.internal.Freeze.kt Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package com.arkivanov.mvikotlin.utils.internal

actual fun  T.ensureNeverFrozen(): T = this

actual fun  T.freeze(): T = this

actual val Any.isFrozen: Boolean get() = false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy