julioyg
11/22/2018, 3:20 PMDispatchers.Main
dispatcher, or do I need to mock that guy? I'm getting java.lang.IllegalStateException: Module with the Main dispatcher had failed to initialize
louiscad
11/22/2018, 3:25 PMbuild.gradle
file, TesMainDispatcher
, the test/resources/META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory
file and the LifecycleTest
file using it.julioyg
11/22/2018, 3:35 PMlouiscad
11/22/2018, 3:37 PMServiceLoader
with the resource in META-INFDispatchers.Main
julioyg
11/22/2018, 3:38 PMlouiscad
11/22/2018, 4:15 PMbuild.gradle
, or is in a default resources directory