So I am trying to work on my first Kotlin/Native p...
# announcements
s
So I am trying to work on my first Kotlin/Native project and hit a snag when trying to use
BigDecimal
. Since it is a Java stdLib object, I don't have access to it. I need to do some pretty high precision math that I don't want to be in base-2, are there any good Kotlin alternatives?
k
Just looking up "kotlin multiplatform bigint" shows a couple of existing libraries.