fullName

expect val KClass<*>.fullName: String

This KClass's fully-qualified name (e.g. java.util.ArrayList), as used to render TypeRef and ObjectRef atoms and in exception messages.

Throws

on Kotlin/JS, where reflective access to qualified names is unsupported.

actual val KClass<*>.fullName: String

This KClass's fully-qualified name (e.g. java.util.ArrayList), as used to render TypeRef and ObjectRef atoms and in exception messages.

Throws

on Kotlin/JS, where reflective access to qualified names is unsupported.

actual val KClass<*>.fullName: String

This KClass's fully-qualified name (e.g. java.util.ArrayList), as used to render TypeRef and ObjectRef atoms and in exception messages.

Throws

on Kotlin/JS, where reflective access to qualified names is unsupported.