kotlinjs gradle does not seem to honor these setti...
# javascript
t
kotlinjs gradle does not seem to honor these settings: compileKotlinJs { kotlinOptions { kotlinOptions.outputFile = "${project.rootDir}/build/output.js" kotlinOptions.sourceMap = true } }
n
tlaukkan: Which Gradle build DSL is being used, traditional (Groovy) or Kotlin?
t
Actually problem was not gradle but IntelliJ Idea which did not understand the setting. Sorry about confusion