Evan
09/25/2020, 9:17 PMDispatchers.Main.
Anyone else running into an error like this?Tijl
09/25/2020, 9:19 PM1.3.9-native-mt-2
of
org.jetbrains.kotlinx:kotlinx-coroutines-coreEvan
09/25/2020, 9:34 PMnrobi
11/07/2020, 4:39 PMcoroutines 1.3.9-native-mt-2 and ktor 1.4.1. @Tijl @Evan any ideas? 🤔Tijl
11/07/2020, 4:43 PMcoroutines 1.3.9-native-mt-2 and it’s not upgraded by some other dependency, you can do this (usually) by adding !! in the declarationnrobi
11/07/2020, 4:44 PMisForce, since I had some issue s with strictly 🤔nrobi
11/07/2020, 4:44 PMimplementation(Dependencies.Common.coroutine.Core) {
isForce = true
}Tijl
11/07/2020, 4:47 PMnrobi
11/07/2020, 5:04 PMawaitAll().
Fatal exception in coroutines machinery for DispatchedContinuation[MainDispatcher
Tried using both the Dispatchers.Main, and a custom one with the dispatch_async(dispatch_get_main_queue()) implementation 🤔Tijl
11/07/2020, 5:14 PMnrobi
11/07/2020, 5:50 PM