Join Slack
Powered by
kotlinjs gradle does not seem to honor these setti...
# javascript
t
tlaukkan
07/01/2017, 6:25 AM
kotlinjs gradle does not seem to honor these settings: compileKotlinJs { kotlinOptions { kotlinOptions.outputFile = "${project.rootDir}/build/output.js" kotlinOptions.sourceMap = true } }
n
napperley
07/01/2017, 6:27 AM
tlaukkan: Which Gradle build DSL is being used, traditional (Groovy) or Kotlin?
t
tlaukkan
07/01/2017, 6:46 AM
Actually problem was not gradle but IntelliJ Idea which did not understand the setting. Sorry about confusion
3
Views
Open in Slack
Previous
Next