error: [Dagger/DuplicateBindings] … is bound multiple times:
Trying to set up DI with a project I’m working on (one module per layer app), and I’ve ran into an issue that I don’t know how to fix: public abstract static class SingletonC implements FragmentGetContextFix.FragmentGetContextFixEntryPoint, ^ @Singleton @Provides @org.jetbrains.annotations.NotNull winged.example.data.DoggoApi winged.example.data.di.DataModule.provideDoggoApi() @Singleton @Provides @org.jetbrains.annotations.NotNull winged.example.data.DoggoApi winged.example.modularretrofitapp.NetworkingModule.provideDoggoApi(okhttp3.OkHttpClient) winged.example.data.DoggoApi is injected at winged.example.data.di.DataModule.provideRepository(api) winged.example.domain.repository.DoggoRepository is injected… Read More error: [Dagger/DuplicateBindings] … is bound multiple times: