Hi Ktor team. I am keen on using the native config...
# ktor
p
Hi Ktor team. I am keen on using the native config interface
io.ktor.config.ApplicationConfig
across our application code to access the configuration, however still seeing it as "experimental". Are there plans for this to become "official"?
There also seem to be a contradiction between the documentation here https://ktor.io/servers/configuration.html#custom and the kotlindoc of the
@KtorExperimentalAPI
which states that APIs annotated with it are strongly discouraged from being used outside Ktor.
c
Yes, this API change is planned in the future after kotlinx.serialization final release
👍 1