can i output multiple html files using kotlin/js? ...
# javascript
c
can i output multiple html files using kotlin/js? foo.html, bar.html from foo.kt and bar.kt?
a
You can add them into resources and they should be available as a compiler artifact. Kotlin/JS itself doesn't generate html files