Join Slack
Powered by
Is there any particular approach recommended when ...
# kotlin-inject
j
John O'Reilly
10/24/2024, 3:13 PM
Is there any particular approach recommended when using kotlin-inject with WorkManager? I see Tivi has for example custom
WorkerFactory
...but had wondered if maybe something similar to
@HiltWorker
?
s
Serhii
10/24/2024, 4:39 PM
I'd say save component for app scoped deps in Application and use that as a root component and parent for Worker component
4
Views
Open in Slack
Previous
Next