Is there any template available that provides the ...
# multiplatform
m
Is there any template available that provides the structure to develop kotlin multi-platform with ktor server
p
Ktor server side or clients? There are plenty on GitHub
c
i would just grab a kotlin-multiplatform template (the official one from jetbrains) and just add a ktor server module
p
Having another template that contains a non UI module(business logic only) would guide a lot of people on how to consume another module from shared.
1