Is there a sample project available that shows how I need to have my build.gradle.kts file setup for multiplatform with Kotlin/Js and Kotlin/JVM?
l
Lorenz
02/06/2020, 9:12 AM
I created a pure-Kontlin toy project back in September, the code is at https://github.com/frececroka/chat-roulette. Maybe stuff has changed in the meantime and it's not the official way of doing it anymore, but at least it still works.
Lorenz
02/06/2020, 9:28 AM
I just realized multiplatform probably means you want to share code between server and browser. In this case just ignore my comment.