So, I'd really appreciate a minimalist idiot's guide to how you'd create the ktor Getting Started project (the ktor docs assume you're an IJ Master Jedi :-).
v
voddan
08/22/2017, 10:55 AM
You shouldn't use Gradle if the example ktor projects use Maven
voddan
08/22/2017, 10:57 AM
An idiot's way of starting with ktor (actually, pros do the same thing):
1) Clone this (or any other example) repo locally https://github.com/orangy/ktor-heroku-start
2) Run a maven build in the folder
3) Check out localhost:5000