mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 01:09:07 +00:00
* Better code for building Retrofit By removing the nullable `usedClient` passed to Retrofit, the code is compatible with newer Retrofit versions which don't allow null as client. * Updated Kotlin retrofit2 samples ApiClient