javaPrimitiveType

val <T : Any> KClass<T>.javaPrimitiveType: Class<T>?(source)

Returns a Java Class instance representing the primitive type corresponding to the given KClass if it exists.

Since Kotlin

1.0