retrofitConfiguration

open fun retrofitConfiguration(builder: Retrofit.Builder)

Customize the configuration of retrofit. By default, retrofitConfiguration add RequestAdapterFactory for Request and Request2AdapterFactory for Request2 in order to support service method return types other than Call.

Since

0.5.2