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
jean
02/16/2020, 8:27 PM
Pefect timing, was just about to investigate the same. Many thanks for sharing the code!