thana
08/08/2019, 10:35 AM.js
and .meta.js
files from the js()
target somewhere else for some reason. with the original groovy i could acces this folder with compileKotlinJs.destinationDir
.
How can i do that with kotlin dsl?sashache
08/08/2019, 2:10 PMthana
08/09/2019, 7:48 AMproject.tasks.getByPath("compileKotlinJs").let { (it as Kotlin2JsCompile).destinationDir }
seems to be the solution - but thats ugly compared to the groovy version, of course 🙈snrostov
08/23/2019, 9:37 AMkotlin.targets.js.compilations.main.compileKotlinTask.destinationDir