How can I get the Java Class object for boxed prim...
# announcements
m
How can I get the Java Class object for boxed primitives in Kotlin? 😮 And does Kotlin have a utility method which allows me to use
Class.isAssignableFrom
with auto-boxing in mind? (i.e. here Int<>int are assignable to each other).