I'm trying to make use of `api("space.kscience:kma...
# multiplatform
c
I'm trying to make use of
api("space.kscience:kmath-core:$version")
but it seems to lack a
iosSimulatorArm64
source set. Can I somehow patch that up on my end?
🚫 1
l
If it is open source, you can pull down the source code, build it with iosSimulatorArm64 (assuming it’s trivially compatible and they didn’t include it due to build times/maintenance), and publish it to maven local or another maven repo. If this works, you could also create a PR.
c
Yeah, it doesn't seem like a trivial build system 😄 Otherwise I'd have done so
But I found another library that offers the same functionality (only needed a BigInteger)
p
I’m having the same issue, @Christian Würthenr which is the library with the same functionality? 😄
c
😄 I honestly can't remember
I think I needed it for
Base32
but I ended up using the
diglol.crypto
lib for that
p
hah, thanks anyway. I needed it for linear algebra, now I’m trying Multik instead