chibatching / Kotpref

Kotpref - Android SharedPreferences delegation library for Kotlin
https://chibatching.github.io/Kotpref/
Apache License 2.0
697 stars 50 forks source link

How to migrate to DataStore? #247

Open HolenZhou opened 3 years ago

HolenZhou commented 3 years ago

I am using this repo for 2 years, but now my project want to migrate to DataStore. Is there a solution to use kotpref by DataStore?

chibatching commented 3 years ago

Hi,

Currently, I don't have any plan to migrate to DataStore. But I think it is necessary for the future. I would like to concern the solution to use with DataStore when I have more time.

S-H-Y-A commented 2 years ago

I created S-H-Y-A/KotlinDataStore The library is inspired from KotPref. Please check it.

To @chibatching Thank you for KotPref. I like this library.