You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to Kotlin 1.9.10, Gradle 8.3, and Android Gradle Plugin 8.1.2
Remove deprecated Kotlin/Native targets
Add wasm browser target to multiplatform-settings, multiplatform-settings-test, and multiplatform-settings-no-arg (issue #142). This uses the same StorageSettings implementation as in the current js target.
Use Dispatchers.IO rather than Dispatchers.Default in multiplatform-settings-coroutines on platforms where it is available (issue #157)
Add serialization-aware removeValue() and containsValue() functions to multiplatform-settings-serialization (issue #81)
Fix issue with serialization delegates incorrectly falling back to default values (issues #160 and #162)