Bug Report Checklist
Description
The kotlin client generator, has an option to choose gson as the serialization library, but this only affects the models, the ApiClient still uses Moshi despite choosing gson.
openapi-generator version
4.20
Suggest a fix
When gson is the selected serialization library, it should be used everywhere, instead of Moshi.
Bug Report Checklist
Description
The kotlin client generator, has an option to choose gson as the serialization library, but this only affects the models, the ApiClient still uses Moshi despite choosing gson.
openapi-generator version
4.20
Suggest a fix
When gson is the selected serialization library, it should be used everywhere, instead of Moshi.