diff --git a/build.gradle.kts b/build.gradle.kts
index fe5dbd454829ce3adf8238e18a5e71602e12b42f..60b5de79b69ea194e1dc06408940951e27f489b2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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
 }