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 Kotlin/Wasm #142). This uses the same StorageSettings implementation as in the current js target.
Add serialization-aware removeValue() and containsValue() functions to multiplatform-settings-serialization (issue .remove() in Seriliazation module #81)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
multiplatform-settings
,multiplatform-settings-test
, andmultiplatform-settings-no-arg
(issue Kotlin/Wasm #142). This uses the sameStorageSettings
implementation as in the current js target.multiplatform-settings-coroutines
on platforms where it is available (issue Use Dispatcher.IO instead of Dispatcher.Default by default #157)removeValue()
andcontainsValue()
functions tomultiplatform-settings-serialization
(issue .remove() in Seriliazation module #81)This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions