A CallAdapter.Factory for Kotlin coroutine's Deferred, enabling Retrofit to return Deferred from service methods.
<dependency>
<groupId>com.jakewharton.retrofit</groupId>
<artifactId>retrofit2-kotlin-coroutines-adapter</artifactId>
<version>0.9.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example adding CoroutineCallAdapterFactory to a Retrofit instance.
Use Retrofit's suspend functions directly instead of Deferred adapter.
No dependency data recorded yet.