Is there any reason compose uses `UnconfinedTestDispatcher` in tests? It creates some weird scenario...
j
Is there any reason compose uses
UnconfinedTestDispatcher
in tests? It creates some weird scenarios. I.e. a network request followed by a navigate call inside a coroutine launched with
rememberCoroutineScope
will fail because it wont swap back to the main thread