Matt
01/23/2019, 3:09 PM@UseExperimental(io.ktor.util.KtorExperimentalAPI::class)
, then the compiler says, This class can only be used as an annotation or as an argument to @UseExperimental
Alternatively, we can put @KtorExperimentalAPI
all over our own code, but it seems to spread out virally, so that code that calls that needs the annotation too, and so on. Surely that's not the intended behaviour for this annotation?