Hi all, I need to write a front-end visualization ...
# javascript
a
Hi all, I need to write a front-end visualization using https://threejs.org/, but I have very limited experience with JS and frontend plugin. I found this library: https://github.com/markaren/three.kt and created a project with kotlin-frontend plugin according to instruction, then I added
three
to node dependencies and the project to gradle dependencies. Ides seems to accept this and works fine, but gradle run task generates a error:
error notarget No matching version found for wrapper@0.88.0-ALPHA-6
. It seems that it expects the project code itself to be a node module, which it is obviously not. Is there any way around it?