<@U8AT4H5K7> I finished migrating KMath multik int...
# mathematics
a
@Pavel Gorgulov I finished migrating KMath multik integration to MPP: https://github.com/mipt-npm/kmath/commit/a8182fad23417f4302ea77ccdeba3b931e50a471. The only major problem is that service provider mechanism does not work on JS (see https://youtrack.jetbrains.com/issue/KT-53056/Multiplatform-equivalent-of-JVMs-ServiceLoader). So getters like
Multik.stat
fail by default there. Engines must be loaded manually and it should be mentioned in the documentation.
👍 1
p
Engines must be loaded manually and it should be mentioned in the documentation.
this is done precisely so as not to load manually. I use the same mechanism as in ktor for Js and native, I'll figure out why it doesn't work. thank you for finding the bug, I didn't find it in tests