Martin Feldsztejn
05/07/2021, 10:51 PMEthan Davidson
05/07/2021, 11:26 PM<projectRoot>/build
folder. Not sure about the node target but the browser target puts everything in project/build/distribution
Ethan Davidson
05/07/2021, 11:28 PMbuild/js/packages/<project>
Martin Feldsztejn
05/08/2021, 1:31 AMEthan Davidson
05/08/2021, 2:30 AMMartin Feldsztejn
05/08/2021, 3:49 AMAnimesh Sahu
05/08/2021, 4:18 AM$rootProject/build/js/packages/<project>/kotlin
, if doesn't help you can use https://github.com/mpetuska/npm-publish plugin, that outputs to $subproject/build/publications/npm/js
outputs both typescript's d.ts file (if you're on IR) as well as compiled source 🙂Martin Feldsztejn
05/08/2021, 5:36 AMAnimesh Sahu
05/08/2021, 5:54 AMMartin Feldsztejn
05/08/2021, 1:05 PM