I generated a new Ktor project using the IntelliJ plugin. The resulting build.gradle file has mainClassName = “io.ktor.server.netty.EngineMain” but when I build a fat Jar with Gradle I get java.lang.ClassNotFoundException: io.ktor.server.netty.EngineMain.