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.).