In Kotlin 2.2.0 I'm seeing `kotlin-js-store/wasm/p...
# webassembly
e
In Kotlin 2.2.0 I'm seeing
kotlin-js-store/wasm/package-lock.json
and
kotlin-js-store/package-lock.json
but that change wasn't mentioned in the What's New. Just checking, but is that correct that there won't be a
js
directory, only a
wasm
directory?
o
While the package lock files were not mentioned specifically, this seems to a corollary of what is explained in Build infrastructure for Wasm target separated from JavaScript target. And yes, it seems that the Wasm files now live in their own subdirectory, while the JS ones remain located in the former common location.
👍 1