https://kotlinlang.org logo
#getting-started
Title
# getting-started
k

keishi kubo

09/14/2020, 4:36 PM
Very basic question, How to run ktor project without IntellijIDEA ?? I spent more than a moth. And I almost give up using kotlin… Without IDE, Kotlin is tooooooo difficult. No documentation.
n

nanodeath

09/14/2020, 4:39 PM
the documentation is rather lacking isn't it. you might have better luck asking on the #ktor channel
👍 1
k

keishi kubo

09/14/2020, 4:40 PM
Thank you!
a

asad.awadia

09/14/2020, 6:26 PM
why do you want to run it without intellij?
n

nanodeath

09/14/2020, 6:28 PM
I think he's curious about the deployment of ktor apps
💯 1
m

Matteo Mirk

09/15/2020, 10:31 AM
And anyway it’s good to know how not to depend on an IDE for building a project. CI pipelines don’t use an IDE… that’s why we have build tools from the command line.
@keishi kubo you have to learn how to use gradle or maven to run a Ktor app from the console.
👍 1
32 Views