Matt
01/23/2019, 2:51 PMio.ktor.config.ApplicationConfig
, for example:
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?