Am I looking incorrectly or do the regular Ktor do...
# ktor
a
Am I looking incorrectly or do the regular Ktor docs don't show anymore how to install Ktor manually? So, the dependencies needed? If you go to the Github it is there, but I would expect to find it in the docs.
m
You can have a look here to get your starter project : https://start.ktor.io/settings
a
Yes that is a starter project. But it is not hard to just add the deps yourself. And these are only available in the github docs.
1
a
Usually, the documentation topics have the
Add Dependencies
sections (for example, https://ktor.io/docs/server-serialization.html#add_dependencies). What do you mean by manual installation of Ktor?
a
yes, those are the plugin dependencies. But I mean, if I want to get started without the project generator, what dependency do I need at a minimum to get a working server? I can get it from the generated sources from the generator as a guideline, but it would make sense to have that in the docs. It is a little bit nitpicking, so it is not that big a deal.
a
I get it. Can you please file an issue?