OPTION_INSTANTIATE_ANNOTATIONS
This boolean processing option controls whether or not Moshi will directly instantiate JsonQualifier annotations in Kotlin 1.6+. Note that this is enabled by default in Kotlin 1.6 but can be disabled to restore the legacy behavior of storing annotations on generated adapter fields and looking them up reflectively.