JakeWharton / retrofit2-kotlin-coroutines-adapter

A Retrofit 2 adapter for Kotlin coroutine's Deferred type.
Apache License 2.0
1.97k stars 129 forks source link

Update README.md to use CoroutineCallAdapterFactory.create() #38

Closed petedoyle closed 5 years ago

petedoyle commented 5 years ago

Spent like 2 minutes on this, but I think its correct.

JakeWharton commented 5 years ago

The current code is for Kotlin. Yours looks like it's for Java. Right?

petedoyle commented 5 years ago

Oh. :) You're totally right. Closing.