android / sunflower

A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
https://d.android.com/jetpack
Apache License 2.0
17.57k stars 4.67k forks source link

Refactor WorkManager for Hilt dependency injection #959

Open yongsuk44 opened 4 months ago

yongsuk44 commented 4 months ago

Separated the dependencies of Assets and DB previously used in WorkManager and migrated to receive them through Hilt injection. Also, updated the related test code accordingly.