https://kotlinlang.org logo
#multiplatform
Title
# 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
thank you color 1
o

Odin

09/20/2023, 9:13 PM
Ooo Thanks! I'll try that out! 🙂
👍🏼 1
2 Views