Hi, I have added npm dependency ```implementation(...
# javascript
j
Hi, I have added npm dependency
Copy code
implementation(npm("showdown", "1.9.1"))
but it complains, that "showdown.js is not a valid Kotlin Javascript library" and rebuild of project in Idea ends with Kotlin: [Internal Error] java.io.IOException: Failed to open zip file: /home/xxx/yyy/zzz/build/js/node_modules/showdown/dist/showdown.js Is it problem of lib format or bad dependence or something else?
t
Works fine for me Try run
./gradlew clean
before
j
No difference:( I can run build task and it is ok, but Intellij Idea rebuild reports same error.