I want to start server development using Kotlin. S...
# server
g
I want to start server development using Kotlin. So i thought I wanted to use Ktor, but IntelliJ mentions its Obsolete? Am I missing something?
j
Ktor itself is definitely not obsolete
5
the plugin for Intellij with ktor project templates is obsolete, they only have a supported plugin for intellij Ultimate
😮 1
👆 1
So you should just create a ktor project yourself and not use the ktor template plugin
💯 2
(or buy intellij ultimate)
👍 1
n
IntelliJ Community Edition is fine for Ktor development.
👍 1
j
Or use the starter here: https://start.ktor.io/#