isPlatformType

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

Returns true if 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.