isPlatformType

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

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