Hey all - I’m using coroutines version 1.1.1, and ...
# android
d
Hey all - I’m using coroutines version 1.1.1, and on Android 5.0, I get this message:
Rejecting re-init on previously-failed class java.lang.Class<kotlinx.coroutines.CoroutineExceptionHandlerImplKt>
The app doesn’t crash, but I’ve got a
deferred.await()
that never seems to resume. There’s no other exception information following this message in the logs. Also, I’ve only seen this happen on Android 5.0 - even Android 5.1 seems to work fine. Has anyone else run into this?
n
Hi! Have you found a solution?