Skip to content

Kotlin 1.8.10, bugfixing

Compare
Choose a tag to compare
@ionspin ionspin released this 11 Feb 12:06
· 87 commits to main since this release
281d0e7

Bump to Kotlin 1.8.10
Fix for #253, empty string is not a valid floating point number any more and parsing it throws ArithmeticException
Fix for #245, division test failures run in coroutines were ignored.
Expanded BigInteger API to expose bitLength as proposed by #254