Closed ronjunevaldoz closed 2 months ago
Not all Settings
are ObservableSettings
, so it's not safe to blindly cast like that.
New in 1.2.0, you can add the multiplatform-settings-make-observable
module and do val observableSettings = settings.makeObservable()
instead, but note that now you will only receive updates if you observe on ObservableSettings
instance where you make changes.
Otherwise, I don't think there's anything new to add here so I'm going to close this issue.