I keep getting an error related to Import scienti...
# mathematics
m
I keep getting an error related to Import scientifik.kmath.transform its saying it's an unresolved reference, everything else is imported and works fine
a
You mean the whole package?
Could you provide a sample that is failing?
m
I will attempt to let me play around with the code a bit and get back to you
Okay so this code package fft //just a package so gradle can compile without class Import scientifik.kmath.structures.Buffer Import scientifik.kmath.transform Fun main() { Println("it worked") } This code fails on the import for transform with unresolved reference transform
The other import for kmath works fine
a
It is not in the core, you need to use
kmath-commons
for it. No
-jvm
suffix needed since it is jvm-only library
m
Oh okay I'll try that thanks
The version would be the same right
a
yes.
0.1.0-dev
m
It would be just like the kmath-core api call save that core becomes commons right
a
If you include dependency on
kmath-commons
it should automatically include core.
m
Okay I'll switch that and see what happens
Still nothing, I will keep playing with it when I need a break from documenting for a bit, and see if I cant get it working
a
Could you provide your build configuration?
Seems to be my mistake
commons
does not seem to be uploaded to artifactory. I am investigating it.
Should work now. I still have a lot of problems with this mpp deploy