forked from loafle/openapi-generator-original
* 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