You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there is some weird error when using android:sharedUserId="android.uid.system" and importing multik-core + multik-kotlin
android:sharedUserId="android.uid.system" with keys and other android or kmp libs works
multik also works fine, while there is no android:sharedUserId defined in manifest
Exception in runtime when using .dot
Caused by java.lang.IllegalStateException: Fail to find engine. Consider to add one of the following dependencies:
- multik-default
- multik-kotlin
- multik-openblas
at org.jetbrains.kotlinx.multik.api.EngineKt.enginesProvider(Engine.kt:13)
at org.jetbrains.kotlinx.multik.api.Engine.<clinit>(Engine.kt:68)
at org.jetbrains.kotlinx.multik.api.Multik.getLinalg(Multik.kt:49)
at org.jetbrains.kotlinx.multik.api.linalg._linalgKt.dotDefMMNumber(_linalg.kt:21)
...
found in both version 0.2.2 and version 0.2.3, happens with sample android project adding just uid + signingConfigs and multik
what do you think could be the cause of such an error?
The text was updated successfully, but these errors were encountered:
Hi, there is some weird error when using android:sharedUserId="android.uid.system" and importing multik-core + multik-kotlin
Exception in runtime when using .dot
found in both version 0.2.2 and version 0.2.3, happens with sample android project adding just uid + signingConfigs and multik
what do you think could be the cause of such an error?
The text was updated successfully, but these errors were encountered: