How can I configure a multiplatform JVM target to use a sibling JS target (maybe through the JsJar task?). My jvm target consists of a Ktor webserver which will serve some static JS generated by the JS target. I guess these could be separated into independent projects, but the JS target really only makes sense when served by the jvm target so I wanted to couple them together