google-developer-training/android-kotlin-fundamentals-apps

Android Kotlin Fundamentals codelab:

Katabatiko opened this issue · 1 comments

Name of the Codelab or Codelab URL
https://developer.android.com/codelabs/kotlin-android-training-work-manager?hl=es-419#7

Describe the problem
For use CoroutineWorker it is necesary implement androidx.work:work-runtime-ktx:2.7.1 because android.arck.work:work-runtime-ktx:1.0.1 not knowns it

In which lesson and step of the codelab can this issue be found?
At lesson 9, concept WorkManager, task 6

How to reproduce?
When you want use CoroutineWorker as parent class of RefreshDataWorker class

Versions

  1. What version of Android Studio are you using?
    Chipmunk 2021.2.1 Patch 1
  2. What API level are you targeting? 30

Additional information
Add any other context about the problem here.

codelab: android-kotlin-fundamentals