Long shot, has anyone used the BigNum library (<ht...
# kotlin-native
a
Long shot, has anyone used the BigNum library (https://github.com/ionspin/kotlin-multiplatform-bignum) for MPP BigInteger/BigDecimal support?
Unless I'm doing something wrong, it seems there is no iOSX64 Gradle Metadata artifact and therefore can't use on the simulator...
k
Looks like it's configed to make xcode frameworks and not klib dependencies
message has been deleted
👍 1
If true, I would be concerned about the native functionality of the library itself, but maybe fine
a
@Andy Gibel try version 0.1.0. on maven ios target (this is name of iosX64 in gradle config) have klib. but 0.1.0 for this target not exist https://repo1.maven.org/maven2/com/ionspin/kotlin/bignum-ios/
I tried it myself - the version of kotlin / native in 0.1.0 was not 1.3.50, so you can not compile 0.1.0 on kotlin 1.3.50
👍 1
try request publication of ios x64 in issues of lib
k
I need a version for something else I was working on but didn't know this existed. Wound up with a "port" of openjdk version, which isn't great. Anyway...
a
Thanks so much for checking it out! Would a simple expect/actual typealias work? Or maybe have common deal only with a string representation and do parsing in actuals
I really only need the types for the OpenAPI headers