https://kotlinlang.org logo
Title
g

Geert

05/14/2021, 12:09 PM
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

Joost Klitsie

05/14/2021, 12:10 PM
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

napperley

05/15/2021, 12:37 AM
IntelliJ Community Edition is fine for Ktor development.
👍 1
j

João Rodrigues

06/01/2021, 10:52 AM
Or use the starter here: https://start.ktor.io/#