Anyone has encountered a problem with `kotlin-fron...
# javascript
r
Anyone has encountered a problem with
kotlin-frontend-plugin
failing with
error notarget No matching version found for kotlinx-serialization-runtime-js@0.11.0
?
kotlinx-serialization-runtime-js
is published in npm registry only with version 0.5.0 and is deprecated
but in some situations the plugin tries to fetch version 0.11.0 from npm and not from maven - and the build process fails
the problem was reported by some KVision users (https://github.com/rjaros/kvision-examples/issues/5) and I can't even reproduce it on my machine
If someone ever encounters such problem - it was because the build was run on the dropbox filesystem.