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.