Hello, is there any example project for a ktor app...
# multiplatform
r
Hello, is there any example project for a ktor app + Compose multiplatform in the same gradle project? I am mainly interested in the initial project config step, as ktor and Compose KMP both have separate setup wizards, but I want to join the two projects in a single gradle project (with a shared module for models/utilities etc.).
2️⃣ 1
d
I have this working example https://github.com/samoylenkodmitry/shrtlin, it uses ktor and shared module for data classes
thank you color 1
r
Actually I must have missed it the first time or maybe it was added afterwards - now the CMP wizard has a checkbox for a ktor server as well. I checked the generated project and it has exactly what I need 🙂
1