Hi everyone, I’m an android developer,
Now I want to start a server project, I have decided to start with Ktor, so what IDE can compile Kotor (Or something like Ktor, ex: Http4k ...)? I used Android Studio for Android before, can I use it for server purpose?
k
kenkyee
10/18/2020, 2:03 PM
IntelliJ community edition
➕ 1
👍 1
f
Foso
10/18/2020, 4:33 PM
Yes, you can use Android Studio for server development, but it's not always based on the latest version of Intellij Idea.
👍 1
h
Hai Tran
10/18/2020, 4:38 PM
Thank you guys!
j
jaguililla
10/19/2020, 7:37 AM
For the server I always use IntelliJ Ultimate Edition (though I’ve used Community without any complaint before)
👍 1
j
Joost Klitsie
10/20/2020, 10:08 AM
I am using Android Studio 4.2 canary with a multi module project, out of which one of those modules is a ktor server. Seems to work fine.