WorkManager Dependencies
The main artifact that you will use for adding WorkManager to your project is androidx.work:work-runtime. This contains WorkManager and its related classes.
There are a few additional artifacts that you can elect to use, of which two are general-purpose:
-
work-runtime-ktxprovides a Kotlin-specificWorkManagerAPI -
work-testingis available for testing your code that usesWorkManager
Prev Table of Contents Next
This book is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.