codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Use Kotlin Coroutines in your Android App
trafficstars
- Testing coroutines through behavior Open MainViewModelTest.kt in the androidTest folder. //wrong Open MainViewModelTest.kt in the test folder. // right
Yep, thats correct