kotlin-multiplatform-bignum v0.2.4 Release Notes

    • โฌ†๏ธ Bump to kotlin 1.4.30
    • ๐Ÿ›  Fix invalid to string when big decimal is zero (#148)
    • ๐Ÿ›  Fix xor test which was previously testing bit shifting instead of xor (#147)
    • ๐Ÿ›  Fix biginteger xor operands magnitude array length mismatch (#144)
    • ๐Ÿ›  Fix biginteger bitwise operations sign (#142)
    • โž• Added (back) support for legacy js target (#138)