I use the html DSL to return html on requests on my ktor server.
Right now I have a mix of kotlin html and it links to javascript files (similar to how you would have in a plain old html).
I noticed that there is a kotlin/js wrapper (?). Is it somehow possible to use kotlin 100% and get rid of the javascript files entirely?