Does ktor natively support something Spring’s `@Co...
# ktor
c
Does ktor natively support something Spring’s
@ConfigurationProperties
. I am looking for an easy way to bind a subset on my configuration file to an object. Anything besides me writing custom getters that have a reference to the
Application.enviorment.config
?
d
See the above thread for an implementation using delegate properties.