https://kotlinlang.org logo
#android
Title
# android
d

Dave Leeds

03/05/2019, 8:04 PM
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

Nikita Khlebushkin

03/30/2021, 12:58 PM
Hi! Have you found a solution?
3 Views