optInAnnotations

KtorGenExperimental Opt-in annotations that should be propagated to generated method, need be marked with @RequiresOptIn or @SubclassOptInRequired, otherwise the generated code will not compile because requirements of @OptIn.

For example, [ExperimentalApi::class, InternalKtorApi::class]