codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Duplicate imports in `Use Kotlin Coroutines in your Android App`
trafficstars
On the Using coroutines with WorkManager page (12), Testing our CoroutineWorker section, where the code sample specifies imports as well as code, there are 3 imports which are duplicated.
import android.content.Context
import androidx.test.core.app.ApplicationProvider
import androidx.work.ListenableWorker.Result