architecture-components-samples
architecture-components-samples copied to clipboard
[WorkerManager] What about injecting Dao and NetworkServices to Worker using Dagger2
Work Manager is designed for sync local data with backend, it is primary purpose. To sync loca data with backend we need Dao instances and NetworkService instances. So could you update sample to support injecting these instances to Workers by using Dagger2?