Hi all! I’m trying to use `kmath` in a KMM project...
# multiplatform
p
Hi all! I’m trying to use
kmath
in a KMM project. As soon as I include
kmath
in my dependencies, gradle gives me an error:
Copy code
space.kscience:kmath-core:0.3.1-dev-5
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find space.kscience:kmath-core-iosx64:0.3.1-dev-5.
I read on GH that iOS should be supported as target, is that right?
a
it looks like kmath-core-iosx64 doesn’t have version 0.3.1-dev-5 https://maven.pkg.jetbrains.space/spc/p/sci/maven/space/kscience/kmath-core-iosx64/ (discovered by 1. finding the repo in the README, 2. clicking on https://repo.kotlin.link/, 3. opening https://maven.pkg.jetbrains.space/spc/p/sci/maven in my browser, 4. navigating to the artifact)
p
yeah, it seems that 0.3.0 is the latest version I can use with iOS support, thanks!