Can't import androidx.work.WorkManager. Working with Studio 3.4
Just add this and it should work. in your dependencies block in build.gradle at app level.
dependencies {
//other dependencies
//......
implementation "androidx.work:work-runtime:2.3.1"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With