codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Duplicate imports in `Use Kotlin Coroutines in your Android App`

Open chris-sloan opened this issue 5 years ago • 0 comments
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

chris-sloan avatar May 02 '20 11:05 chris-sloan