Kash
Introduction
A Multiplatform lib for handling money and currency
Setup : Gradle
dependencies {
implementation("tz.co.asoft:kash-money:2.0.16")
}Samples
val money = 3.4.USD
println(money.readableString) // "USD 3.4"
val currency = Currency.GBP
println(currency.symbol) // £Development
Information was taken from here, so please go and start that repo
Api Reference
The full api reference of kase can be found at https://asoft-ltd.github.io/kash
Support
There are multiple ways you can support this project
Star It
If you found it useful, just give it a star
Contribute
You can help by submitting pull request to available open tickets on the issues section
Report Issues
This makes it easier to catch bugs and offer enhancements required
Credits
- andylamax - The author