Has anyone tried enabling/disabling the new 1.5 development mode when running from the command line via the gradle wrapper?
I’ve successfully done it via the
application.conf
file by setting
development=true
.
And by adding
-Dio.ktor.development=true
to VM options in the IntelliJ run configuration
But no luck from the command line so far.