isPlatformType

Returns true if {@code rawType} is built in. We don't reflect on private fields of platform types because they're unspecified and likely to be different on Java vs. Android.

open fun isPlatformType(rawType: Class<out Any>): Boolean