Join Slack
Powered by
I'm porting an Android app to share some code with...
# multiplatform
o
Odin
09/20/2023, 9:07 PM
I'm porting an Android app to share some code with iOS and we are using
java.math.BigDecimal
in that shared code. Do I need to implement expect/actual with the
NSDecimalNumber
on iOS or is there a better approach? 🙂
j
Jeff Lockhart
09/20/2023, 9:11 PM
You could use a library, like
https://github.com/ionspin/kotlin-multiplatform-bignum
.
thank you color
1
o
Odin
09/20/2023, 9:13 PM
Ooo Thanks! I'll try that out! 🙂
👍🏼 1
2
Views
Open in Slack
Previous
Next