Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not build project "Dependency on local path should point on directory" #2

Open
shalva97 opened this issue May 27, 2023 · 1 comment

Comments

@shalva97
Copy link

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
@whyoleg
Copy link
Owner

whyoleg commented May 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants