In case anyone runs into the same problem I had wi...
# javascript
g
In case anyone runs into the same problem I had with setting up Spring Boot with Kotlin/Js in a multiplatform project here is a starter that has it all setup for you. Because the Spring Boot plugin doesn't play well with the Kotlin MPP plugin its a nightmare to setup from scratch. https://github.com/gbaldeck/spring-kotlin-fullstack
j
Pefect timing, was just about to investigate the same. Many thanks for sharing the code!