We're doing some things in [KotlinNamesAnnotationIntrospector](https://github.com/FasterXML/jackson-module-kotlin/blob/2.12/src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinNamesAnnotationIntrospector.kt) that would be better handled in the recently-introduced [AccessorNamingStrategy](https://github.com/FasterXML/jackson-databind/blob/2.12/src/main/java/com/fasterxml/jackson/databind/introspect/AccessorNamingStrategy.java) as [described in #356](https://github.com/FasterXML/jackson-module-kotlin/pull/383#issuecomment-708627043).