And BTW, I meant not to ask about that there, but about getting started on how to use kotlin there. Ktor is a Kotlin library, and in this channel we treat ktor stuff. If you plan to use Ktor, you should be familiarized with Kotlin first.
There is a quickstart about kotlin here:
•
https://kotlinlang.org/docs/reference/basic-syntax.html
I suggest you to use IntelliJ. Kotlin is supported in IntelliJ Community Edition, that is completely free. Also you can use eclipse too.
I used notepad++ for a lot of years while coding PHP, but I strongly suggest you to switch to a proper IDE for coding statically typed languages even when if the language induces types.
Using IntelliJ would also help you to convert Java to Kotlin and would reduce the learning curve if you have some Java or similar language background. If not, there is no magic bullet: if you plan to use a technology stack, you have to learn its parts.
Also, please read the guideliness for this slack community:
https://kotlinlang.org/community/slackccugl.html
In that page you can find the list of channels and what could you expect from each channel, and some behaviour tips to keep the community healthy and a great place to be.
Since this is a Kotlin community maybe people won’t help you with trivial stuff not kotlin related. You can use stackoverflow for that and/or similar places instead.
If you have trouble in converting some Java to Kotlin or questions about Kotlin syntax, people here could help you.
And of course, for ktor-specific topics we are here to help too 🙂