SharedPreferencesStorage is the class that depends on Context, not Storage
petrosvoivontas-cp opened this issue · 0 comments
petrosvoivontas-cp commented
Near the end of chapter 7 in the Dagger codelab, there is a sentence that reads:
Storage
has a dependency on Context but since we're providing it when we create the graph,Storage
has all its dependencies covered".
Storage
should be replaced with SharedPreferencesStorage
in that sentence