...

/

Solution: Testing Kotlin Coroutines

Solution: Testing Kotlin Coroutines

See the solution to the testing coroutines challenge.

We'll cover the following...

Solution

There are two ways to start a coroutine:

  • To use TestCoroutineScheduler on coroutines, we should use a
...