KtorGenExperimental

Experimental API, the processor can omit the annotation, or generated code has errors.

To enable the experimental API, add the following to your build.gradle(.kts):

ksp {
arg("ktorgen.experimental", "true")
}

Otherwise, the processor will throw an error and/or skip the experimental API.

This annotation is restricted to this package, the generated code is going to omit this annotation (or opt in of this). Please don't use this annotation in your code.