jsAndWasm.com.adeo.kviewmodel.odyssey.KClass+Name.jsAndWasm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kviewmodel-odyssey Show documentation
Show all versions of kviewmodel-odyssey Show documentation
ViewModel for Multiplatform
The newest version!
package com.adeo.kviewmodel.odyssey
import kotlin.reflect.KClass
public actual val KClass<*>.name: String get() = requireNotNull(simpleName)