I have an application developed for iOS and Android natively. We have a monetary calculation that we intend to refactor by unifying it in KMM. My question is: How do you handle monetary values in KMM, considering that BigDecimal is not compatible? Thinking about a large project, I cannot use third-party libraries with low engagement.