can anyone tell me whats i am doing wrong here ???...
# dagger
v
can anyone tell me whats i am doing wrong here ??? getting this error -> [Dagger/MissingBinding] NetworkService cannot be provided without an @Provides-annotated method.
k
👍 1
v
i am using the core dagger would that work for it ?@knthmn
f
Yes, the qualifier has to be available at compiler time but not at run time, that's why you use Binary, Hilt is built on core dagger, you've no issue to use Binary