I'm using the IntelliJ wizard for kotlin "full sta...
# ktor
j
I'm using the IntelliJ wizard for kotlin "full stack web application" -- I'm wondering if there's any way to split the kotlin/js part of the code depending on the route. Right now it seems to bundle it all into
/static/myproject.js
with no way to be more granular?
t
Do you use React?