Skip to content

Commit 3d0b78f

Browse files
build: set application entrypoint
1 parent b406aaf commit 3d0b78f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ tasks.withType<Test> {
4747
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
4848
}
4949
}
50+
51+
application {
52+
mainClass.set("AppKt")
53+
}

0 commit comments

Comments
 (0)