A Kotlin Multiplatform Mobile library to format currency values.
Include the following dependency in your build.gradle.kts file:
commonMain {
implementation("com.appmattus.mpu:currency:<latest-version>")
}Format a currency value:
Currency.format(value = 1345.23, currencyCode = "GBP", locale = "en-GB")