Very basic question, How to run ktor project witho...
# getting-started
k
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
the documentation is rather lacking isn't it. you might have better luck asking on the #ktor channel
👍 1
k
Thank you!
a
why do you want to run it without intellij?
n
I think he's curious about the deployment of ktor apps
💯 1
m
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
105 Views