sharedJvmMain.ru.astrainteractive.klibs.locale.LocaleProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mikro-locale Show documentation
Show all versions of mikro-locale Show documentation
Kotlin Multiplatform library with useful code
The newest version!
package ru.astrainteractive.klibs.locale
actual fun LocaleProvider(): LocaleProvider {
return JVMLocaleProvider
}