This repository was archived by the owner on Jul 13, 2026. It is now read-only.
3.5.0
Enhancements
- Annotation processor will generate
SharedPreferencesHelper, so you don't need to getSharedPreferencesvalue like this:SharedPreferences.get<DataType>(key, defaultValue).
Take advantage of using it with dependency injection such as Dagger 2 and Koin.
Personally, I would recommend you to use Koin because of its simplicity.
Breaking Changes
PreferenceKeysConfignow becomesPreferencesConfig.PreferencesConfigno longer supportsstringResNamesince it is getting more complex to develop.