I’ve been evaluating Kotlin/JS for usage in the Next.js project, and so far, it seems like an impossible task. Or maybe I’m not familiar with the tooling to bake it right (no experience with Kotlin yet). My current conclusion: Kotlin/JS does too many things that get in the way, like bundling and aggressive DCE. Is there an option to simply compile source files to JS, without bundling, with reasonable or no DCE, source files map 1-to-1 with compiled assets, all exports are preserved, etc. Some kind of library mode where the compiler doesn’t have an opinion on where the result will be used.