On `Application` change, most of code is anyway lo...
# ktor
o
On
Application
change, most of code is anyway located in
init
, installing features and configuring routing. This is essentially the same as
ApplicationFeature
install functionality. Application instance will be provided by host.
👍 1