JakeWharton/retrofit2-kotlin-coroutines-adapter
A Retrofit 2 adapter for Kotlin coroutine's Deferred type. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3171
- days_rel: n/a
- days_push: 2646
- n_releases_24m: 0
Adoption not part of the score
1960 stars · 130 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Retrofit 2 CallAdapter.Factory that lets Retrofit service methods return Kotlin coroutine Deferred types. It is deprecated because Retrofit 2.6.0+ includes built-in suspend function support.
Use cases
- make Retrofit API calls with Kotlin coroutines Deferred
- add coroutine support to an older Retrofit client
- return Deferred<Response<T>> from Retrofit service methods
- migrate legacy Retrofit coroutine adapters to suspend functions
When to choose
- you are stuck on Retrofit older than 2.6.0 and cannot upgrade
- you maintain a legacy codebase already using Deferred-based Retrofit services
When to avoid
- you are starting a new project - use Retrofit 2.6.0+ built-in suspend support
- you are on Kotlin 1.3+ with modern coroutines
- you need a maintained library
Facets
library · maturity abandoned
http-client concurrency middleware developer-tools web-development apis jvm retrofit coroutines kotlin call-adapter deprecated android
1 source
- readme: https://github.com/JakeWharton/retrofit2-kotlin-coroutines-adapter · fetched 2026-08-28 · f390b7531450
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JakeWharton/retrofit2-kotlin-coroutines-adapter | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="JakeWharton/retrofit2-kotlin-coroutines-adapter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem