I am new Kotlin and Kotlin/JS. I am trying to setup a webapp project that takes the javascript output file of a Kotlin multiplaform project, webpack bundle it with kotlin.js, ktor-ktor-client-js.js, kotlinx-serialization-kotlinx-serialization-runtime.js etc and run it, run DCE/tree-shaking on it, and output the final bundle. I am finding it very difficult to setup the build.gradle file to do these. Kotlin’s example project for DCE tool is couple years old, so thats not much help. Can someone point me to some example project whose build.gradle I could copy from to achieve what I described above.