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

compbility with kmp #72

Open
abbasalim opened this issue Jul 21, 2024 · 1 comment
Open

compbility with kmp #72

abbasalim opened this issue Jul 21, 2024 · 1 comment

Comments

@abbasalim
Copy link

سلام. ممنون از کتابخونه خوبتون. لطفا امکان سازگاری با کاتلین مولتی پلتفرم هم اضافه کنید.

@yamin8000
Copy link
Owner

yamin8000 commented Jul 21, 2024

سلام. ممنون از کتابخونه خوبتون. لطفا امکان سازگاری با کاتلین مولتی پلتفرم هم اضافه کنید.

This library relies on Java's BigInteger and BigDecimal specific to JVM. Some incomplete libraries support them on other platforms but none are complete enough.
https://github.com/Crossoid/Kotlin-Native-BigDecimal
https://github.com/kmulti/kmulti-bignumber
https://github.com/ionspin/kotlin-multiplatform-bignum
and more here:
https://youtrack.jetbrains.com/issue/KT-20912
I would rather use an implementation of BigInteger and BigDecimal by JetBrains instead of a third-party library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants