iosMain.com.paoapps.fifi.utils.Settings.ios.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fifi-framework Show documentation
Show all versions of fifi-framework Show documentation
Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.
package com.paoapps.fifi.utils
import com.russhwolf.settings.NSUserDefaultsSettings
import com.russhwolf.settings.Settings
import org.koin.core.scope.Scope
actual fun settings(scope: Scope): Settings {
return NSUserDefaultsSettings.Factory().create(null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy