Hey, with a KMP project targeting js/browser, the ...
# javascript
b
Hey, with a KMP project targeting js/browser, the
jsBrowserProductionWebpack
task is supposed to create a
build/dist
build/distributions
folder, right?
I'm upgrading an old project that was using kotlin/js to KMP, following this but can't find my output folders anymore 😅
wow... I do have a
build/dist
directory but IntelliJ is hiding it from me 😮 Is that a "feature"?
j
It changed in 2.0
The webpack task targets the kotlin-webpack folder
There's a distribution task now for each variant
That targets the dist dir
b
Thanks a lot! (still the invisible
dist
folder is weird! I'll open an IJ issue I guess)
well no it is a feature actually