i have a kotlin-js project as part of a multiproje...
# javascript
c
i have a kotlin-js project as part of a multiproject build, and webpack does not seem to generate an output file. also some build files seem to be in <root>/build and others in <root>/js/build (js is the kotlin-js project
ok i found the output file. its a bit confusing that both webpackTask and runTask have an outputFileName, and you have to set it on runTask.
G 1