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
I just cloned and opened it in Intellij, got the following error
* What went wrong:
Could not determine the dependencies of task ':libraries:libcrypto3:libcrypto3-prebuilt:commonizeCInterop'.
> Dependency on local path should point on directory but /Users/shalva/IdeaProjects/ffi-kotlin/libraries/libcrypto3/prebuilt/build/wasmNpm found
The text was updated successfully, but these errors were encountered:
Hey!
Yes, it's known issue for now.
That's because how hacky wasm modules are injected in JS dependencies.
As a workaround: Please delete build and .gradle folders in root of the project, then run './gradlew generateWasmNpmModule' and then sync in IDEA.
I just cloned and opened it in Intellij, got the following error
The text was updated successfully, but these errors were encountered: