Hello everyone.. Is there any possibility of usin...
# moko
s
Hello everyone.. Is there any possibility of using BigDecimal in CMP project where viewmodel (inherited from moko viewmodel) and UI are shared for both Android and IOS? Thank you for your time..!
a
viewmodel and bigdecimal not relates at all. for bigdecimal use for example https://docs.korge.org/math/bignum/
s
I was trying to use BigDecimal class and it was not available inside the viewmodel..So I was wondering how can be used in there...Thank you I will take a look at the link you shared... 👍🏻
a
you should use bigdecimal from multiplatform library. it's common code, there not available jvm classes
s
got it..thank you Aleksey ✊🏻