Hi everyone, I’m an android developer, Now I want ...
# server
h
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
IntelliJ community edition
1
👍 1
f
Yes, you can use Android Studio for server development, but it's not always based on the latest version of Intellij Idea.
👍 1
h
Thank you guys!
j
For the server I always use IntelliJ Ultimate Edition (though I’ve used Community without any complaint before)
👍 1
j
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.
👍 1