Don't reflect on androidX
This commit is contained in:
parent
9050e42038
commit
c606f43a3d
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ public final class Util {
|
|||
public static boolean isPlatformType(Class<?> rawType) {
|
||||
String name = rawType.getName();
|
||||
return name.startsWith("android.")
|
||||
|| name.startsWith("androidx.")
|
||||
|| name.startsWith("java.")
|
||||
|| name.startsWith("javax.")
|
||||
|| name.startsWith("kotlin.")
|
||||
|
|
Loading…
Reference in a new issue