Use multiplatform settings or implement Preferences
interface on iOS
#5419
Labels
iOS
necessary for iOS port
Preferences
interface on iOS
#5419
Implement the
Preferences.kt
interface for iOS withNSUserDefaults
.Alternatively, use the Kotlin multiplatform library
com.russhwolf:multiplatform-settings
to implement the interface for all platforms or even replace the setup with this library.See also #5357 (comment) : in my opinion, it is best to use that library instead of a home-rolled implementation. The library is also featured in the Compose Multiplatform Wizard. In case the mentioned multiplatform library is not used, this ticket is blocked by #5412.
The text was updated successfully, but these errors were encountered: