In Kotlin/JS, how does the index.html get generated?
Where can I find this in the kotlin gradle source code?
b
Big Chungus
08/28/2021, 9:22 AM
It normally isn't generated, but rather written manually and placed in resources. You CAN generate it dynamically with korlinx.html if you're serving the contents from kotlin jvm server.