Ran
03/04/2023, 12:51 PMNSDecimalNumberDivideByZeroException
when I invoke NSDecimalNumber.decimalNumberByDividingBy
function? I've used runCatching
to wrap the invocation, but it doesn't work.Gijs van Veen
03/06/2023, 8:42 AMNote that the opposite reversed translation is not implemented yet: Swift/Objective-C error-throwing methods aren't imported to Kotlin as exception-throwing.
Ran
03/07/2023, 9:40 AM