mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-16 23:09:18 +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