swagger-gradle-codegen
swagger-gradle-codegen copied to clipboard
Plugin generates invalid code with kebab-cased-variable-names
I'm trying to generate code for a third-party API service. They have a kebab-cased naming for different variables in response for which the generated code is invalid in Kotlin. I searched for any configuration that could handle this but found none.