I’m trying to use kotlin js in a subproject of a mutli project build (so the js project is not the root project)
When I run a build the js resources are generated in the build folder of the root project, not the js subproject. As a result, the html files cannot find the JS resources when referenced.
does anyone have ideas around how I can fix that issue? I can provide a code sample if needed but was curious if this is a known issue and if someone has a solution already