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
This gives you access to Android [UI](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-android/kotlinx.coroutines.experimental.android/-u-i.html)
118
+
coroutine dispatcher and also makes sure that in case of crashed coroutine with unhandled exception this
119
+
exception is logged before crashing Android application, similarly to the way uncaught exceptions in
120
+
threads are handled by Android runtime.
121
+
108
122
### ProGuard
109
123
110
124
In obfuscated code, fields with different types can have the same names,
0 commit comments