Evan
03/24/2021, 10:54 PMException in thread "Test worker @coroutine#1" java.lang.IllegalStateException: Module with the Main dispatcher had failed to initialize. For tests Dispatchers.setMain from kotlinx-coroutines-test module can be used
However, kotlinx-coroutines-test is only for the JVM, so I’m not sure what to do here.Benoît
03/24/2021, 11:59 PMrusshwolf
03/25/2021, 12:22 AMKris Wong
03/25/2021, 12:51 PM