i have a kotlin multiplatform project. I am using the standard build.gradle.kts with a ktor backend that servers out a kotlin front end.
i would like to add a second js module basically with different css and structure (its a subdomain for admin with minimal styling).
How would i structure the build.gradle.kts, would like the second module to be serverd via webpack. Is this possible? Is there a project i can look at, i am having problems with this.