exact

expect val exact: Boolean = false(source)

Since Kotlin

1.0

Parameters

exact

specifies if the name of a class should be interpreted as the exact name. E.g. the compiler won't add a top level prefix or the outer class names to exact names.

actual val exact: Boolean = false(source)

Since Kotlin

1.3

Parameters

exact

specifies if the name of a class should be interpreted as the exact name. E.g. the compiler won't add a top level prefix or the outer class names to exact names.