<how can i solve provide error causing by dagger-h...
# stackoverflow
u
how can i solve provide error causing by dagger-hilt? I'm using kotlin clean architecture + hilt in my project. this the error i got : C\Users\ayoub\AndroidStudioProjects\cleanArchitecture project\app\build\generated\source\kapt\debug\com\example\cleanarchitecture project\presentation\App HiltComponents.java122: error: [Dagger/MissingBinding] com.example.cleanarchitecture_project.domain.repository.UserRepository cannot be provided without an @Provides-annotated method. public abstract static class SingletonC implements...