you need a dagger module (@Module) with @Provides method, where you create instance of this interfac...
m
you need a dagger module (@Module) with @Provides method, where you create instance of this interface, like in step 8 here https://rahul9650ray.medium.com/dagger-hilt-retrofit-coroutines-9e8af89500ab
m
thank you. This solved my issue