can anyone tell me whats i am doing wrong here ???
getting this error ->
[Dagger/MissingBinding] NetworkService cannot be provided without an @Provides-annotated method.
i am using the core dagger would that work for it ?@knthmn
f
FunkyMuse
04/16/2021, 7:21 AM
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