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
Fix crash related to Add Proguard rules for Kotlin Coroutines (#1857)
User reported crash:
```
java.lang.IllegalStateException: Module with the Main
dispatcher is missing. Add dependency providing the
Main dispatcher, e.g. 'kotlinx-coroutines-android'
```
Based on comments in related GitHub ticket,
attempting to see if downgrading
`kotlinx-coroutines` to `1.3.0` [0] and
adding Proguard rules [1] fixes the issue.
[0] Kotlin/kotlinx.coroutines#1532 (comment)
[1] Kotlin/kotlinx.coroutines#1532 (comment)Fixes#1856
0 commit comments