Does anyone have experience in working with ktor i...
# announcements
s
Does anyone have experience in working with ktor inside a 'kotlin-multiplatform' project? I cannot run the main method because the MainKt class cannot be found (even though the canonical name is correct)
s
One of my projects uses it, but that project specifically doesn’t have a main method. What does your project structure look like?
s
Try setting>Build, Execution, Deployment >Build Tools > Gradle > Runner > Delegate IDE build/run to gradle