Hi,
I’ve setup a simple project Kotlin JS using Maven as described here:
https://kotlinlang.org/docs/tutorials/javascript/getting-started-maven/getting-started-with-maven.html
When compiling with maven, then both my compiled code and kotlin.js is built to directory target/js
However when compiling using IntelliJ, then both my compiled code and kotlin.js is built to target/classes
Is there a way to get IntelliJ to adjust?