You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kotlin: Pass explicit T::class.java to Native.register (#2678)
A follow-up PR for #2229. This is to prevent `Native.register` from throwing `IllegalStateException` on Android like the following:
```
java.lang.IllegalStateException: The SecurityManager implementation on this platform is broken; you must explicitly provide the class to register
```
0 commit comments