Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.34 KB

File metadata and controls

35 lines (27 loc) · 1.34 KB

currency

A Kotlin Multiplatform Mobile library to format currency values.

Getting started

badge badge badge Maven Central

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")