We've just upgraded our project to Ktor 1.1, and w...
# ktor
m
We've just upgraded our project to Ktor 1.1, and we get a bunch of warnings using
io.ktor.config.ApplicationConfig
, for example:
Copy code
Warning:(5, 23) Kotlin: This declaration is experimental and its usage should be marked with '@io.ktor.util.KtorExperimentalAPI' or '@UseExperimental(io.ktor.util.KtorExperimentalAPI::class)'
The annotation tells us that that it's"experimental and is not guaranteed to be stable"-- is there an alternative configuration mechanism we should be using?