Is it possible to construct a settings manager in ...
# multiplatform
m
Is it possible to construct a settings manager in KMM? My app has user settings. Can I have a common settings manager and allow each platform to work with their respective details? I can see how to do this for the Android section, androidmain allows me to import Android sharedPreferences, but I can't import iOS userPreferences there, so I don't see how to make this work 😞 A pointer (sic) would be very gratefully received.
k
maybe you can use multiplatform-settings
☝️ 1
👍 1
✔️ 1
m
Thanks @Kurt Renzo Acosta, I'll have a look!
r
Let me know if you have any trouble