kotlin-stdlib / kotlin.jvm / javaPrimitiveType javaPrimitiveType JVM 1.0 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.