Skip to content
Snippets Groups Projects
Commit 0284222e authored by dgelessus's avatar dgelessus
Browse files

Fix main class name

parent e109bd32
Branches
Tags
No related merge requests found
......@@ -74,6 +74,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>(){
}
application {
mainClass.set("MainKt") // The main class of the application
mainClass.set("b.language.server.AppKt") // The main class of the application
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment