val <T : Any> KClass<T>.javaPrimitiveType: Class<T>?
Returns a Java Class instance representing the primitive type corresponding to the given KClass if it exists.
© 2010–2019 JetBrains s.r.o.Licensed under the Apache License, Version 2.0. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/java-primitive-type.html