hi everyone,
im building a multiplatform library targeting android, iOS and wasmJs.
while this library itself does not use compose, I would like to use the compose resources library ("org.jetbrains.compose.components:components-resources") to provide and load some files as test resources.
after adding the dependency to my commonTest target, my wasmJs target fails with an ERR_MODULE_NOT_FOUND error
Cannot find module: '.../build/js/packages/multiplatform-library-template-library-wasm-js-test/kotlin/skiko.mjs'..