When I add ```// //openApi implementation("...
# ktor
a
When I add
Copy code
//    //openApi
    implementation("io.ktor:ktor-server-openapi:$ktor_version")
My project starts logging this error
Copy code
Error: Could not find or load main class com.example.ApplicationKt
Caused by: java.lang.ClassNotFoundException: com.example.ApplicationKt
I can't run it. Without this dependency, everything works.
a
That's weird. Can you share your project?