Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Money library #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ A curated list of awesome Kotlin frameworks, libraries, documents and other reso
- [kweb-core](https://github.com/kwebio/kweb-core) - A lightweight Kotlin web framework for backend developers 🦆
- [kotlin-math](https://github.com/romainguy/kotlin-math) - Set of Kotlin APIs to make graphics math easier to write
- [Math Common](https://github.com/eriksencosta/math-common) - Math conventions to reduce boilerplate code on rounding and exponentiation
- [Percentage](https://github.com/eriksencosta/math-percentage) Percentage calculations made easy
- [Percentage](https://github.com/eriksencosta/math-percentage) - Percentage calculations made easy
- [Money](https://github.com/eriksencosta/money) - Monetary calculations and allocations made easy 💵
- [spring-boot-kotlin-demo](https://github.com/sdeleuze/spring-boot-kotlin-demo) - Spring Boot Kotlin project with a REST Webservice and Spring Data
- [ChangeDetection](https://github.com/bernaferrari/ChangeDetection) - Automatically track websites changes on Android in background.
- [dependency-tree-diff](https://github.com/JakeWharton/dependency-tree-diff) - An intelligent diff tool for the output of Gradle's dependencies task
Expand Down