
Handles money and currency operations with support for multiple platforms. Offers simple API for currency conversion and representation, enhancing financial application development.
A Multiplatform lib for handling money and currency
dependencies {
implementation("tz.co.asoft:kash-money:2.0.16")
}val money = 3.4.USD
println(money.readableString) // "USD 3.4"
val currency = Currency.GBP
println(currency.symbol) // £Information was taken from here, so please go and start that repo
The full api reference of kase can be found at https://asoft-ltd.github.io/kash
There are multiple ways you can support this project
If you found it useful, just give it a star
You can help by submitting pull request to available open tickets on the issues section
This makes it easier to catch bugs and offer enhancements required
A Multiplatform lib for handling money and currency
dependencies {
implementation("tz.co.asoft:kash-money:2.0.16")
}val money = 3.4.USD
println(money.readableString) // "USD 3.4"
val currency = Currency.GBP
println(currency.symbol) // £Information was taken from here, so please go and start that repo
The full api reference of kase can be found at https://asoft-ltd.github.io/kash
There are multiple ways you can support this project
If you found it useful, just give it a star
You can help by submitting pull request to available open tickets on the issues section
This makes it easier to catch bugs and offer enhancements required