Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 91325e3

Browse files
committed
Allow running backend from the command line
1 parent cc1205a commit 91325e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ group = 'org.jetbrains.demo.thinkter'
22
version = '0.0.1-SNAPSHOT'
33

44
apply plugin: 'kotlin'
5+
apply plugin: 'application'
56

67
dependencies {
78
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
@@ -39,3 +40,5 @@ kotlin {
3940
coroutines "enable"
4041
}
4142
}
43+
44+
mainClassName = 'org.jetbrains.ktor.jetty.DevelopmentHost'

0 commit comments

Comments
 (0)