mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-22 16:50:52 +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