Trying to deploy ktor app to the server. `java -j...
# ktor
n
Trying to deploy ktor app to the server.
java -jar app.jar
Error: Could not find or load main class org.jetbrains.ktor.netty.DevelopmentHost
Why it can happens? shadow plugin activated: com.github.jengelman.gradle.pluginsshadow2.0.3 jar created with
shadowJar
gradle task build.gradle file contain this line mainClassName = 'io.ktor.server.netty.DevelopmentEngine'