I tested this by running `./gradlew run -D io.ktor...
# ktor
r
I tested this by running
./gradlew run -D io.ktor.development=floop
, and in another tab running
ps auxxww | grep floop
, which shows that the
-D io.ktor.development=floop
is getting added to the gradle wrappers
java
process, not the server process.