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
serebit
12/30/2018, 5:14 PM
One of my projects uses it, but that project specifically doesn’t have a main method. What does your project structure look like?
s
Saiedmomen
12/30/2018, 6:10 PM
Try setting>Build, Execution, Deployment >Build Tools > Gradle > Runner > Delegate IDE build/run to gradle