Small refactoring.

This commit is contained in:
Tomasz Półgrabia 2025-01-20 22:05:42 +01:00
parent 48a1db31bc
commit 5e95d24fa7
4 changed files with 16 additions and 4 deletions

View file

@ -12,5 +12,5 @@ kotlin {
tasks.register('runApp', JavaExec) {
classpath = sourceSets.main.runtimeClasspath
mainClass = "ProgramKt"
mainClass = "pl.polgrabia.demos.kotlin.ProgramKt"
}