Jaroslav
04/23/2021, 8:38 AMimplementation(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?turansky
04/23/2021, 2:24 PM./gradlew clean
beforeJaroslav
04/24/2021, 8:18 AM