Hi all. Has anyone tried running a ktor server on ...
# ktor
x
Hi all. Has anyone tried running a ktor server on Android Studio.
./gradlew jvmRun
works as expected, but it prevents any other builds from being completed when I wanna run my android or ios clients. Is there a way to run this in the run window instead of the build window?
a
Do you mean to run the server in the Android environment, for example, an Android emulator?