android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

Use Kotlin Coroutines in your Android App #94

Open Dzendo opened 4 years ago

Dzendo commented 4 years ago
  1. Testing coroutines through behavior Open MainViewModelTest.kt in the androidTest folder. //wrong Open MainViewModelTest.kt in the test folder. // right
DerSIlent commented 4 years ago

Yep, thats correct