kotlin-multiplatform-bignum v0.1.3 Release Notes

Release Date: 2019-11-19 // over 4 years ago
    • ๐ŸŽ Kotlin version bump to 1.3.60 - especially important as there was a comparison performance improvement for inline classes which are heavily used by bignum library (ULong/UInt).
    • Actually bumped gradle to 5.6.1, it was mistakenly left at 5.1.1 in library versions 0.1.1 and 0.1.2
    • ๐Ÿšš Cleaned up dependancies, coroutines are currently used only in test modules so they are moved there.