Currency (arbitrary precision numbers) Poll
For handling arbitrary-precision numbers (primarily for currency) in KMP, what tool(s) are you using?
1.
Crossoid library (1️⃣)
2.
kotlin-multiplatform-bignum library ( 2️⃣)
3. Some other library (comment in the thread) (3️⃣)
4. Convert to Long and treat as a whole number (4️⃣)
5. My own custom solution (5️⃣)