PreferencesHelper is not actually used anywhere in the project so the app compiles just fine, but try to inject it or SharedPreferences anywhere and you'll get compilation error:
Error:(22, 17) error: android.content.SharedPreferences cannot be provided without an @Provides-annotated method.
android.content.SharedPreferences is injected at...
PreferencesHelper is not actually used anywhere in the project so the app compiles just fine, but try to inject it or SharedPreferences anywhere and you'll get compilation error:
Error:(22, 17) error: android.content.SharedPreferences cannot be provided without an @Provides-annotated method.
android.content.SharedPreferences is injected at...