1 min readFeb 20, 2020
Your Dagger configuration is incorrect. You do not have to invoke any provides__()
methods inside a Dagger module manually. In fact, you don’t even have to create @Provides
method for a class annotated with @Inject constructor
. You might want to revise your Gist so that it represents correct Dagger practices.
https://gist.github.com/markchristopherng/74bb6a3078d7dabc8125b005b67e8596#gistcomment-3183362