Is it possible to use hilt and have provision meth...
# dagger
c
Is it possible to use hilt and have provision methods? I'm assuming since we don't create things like ApplicationComponent anymore, we don't actually have access to use provision methods anymore and we have to use field injection instead?
a
If I understood correctly, You can use EntryPoints for that