Nikola Milovic
07/13/2021, 9:42 AMArkadii Ivanov
07/13/2021, 9:48 AMSharedPreferences
if you are working on an Android project
• Multiplatform Settings - if you are working on a KMP project
In both case you can pass prefs directly to a Store
via DI, or create some sort of a XxxDataSource
which will work with prefs and pass the XxxDataSource
to the Store
. I use the latter.