Skip to content

Commit

Permalink
Run Kotlin code
Browse files Browse the repository at this point in the history
  • Loading branch information
amedee committed Dec 11, 2023
1 parent a26b758 commit b0083b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ tasks.test {
events "passed", "skipped", "failed"
}
}

application {
mainClass = 'MainKt'
}
apply plugin: 'application'

0 comments on commit b0083b1

Please sign in to comment.