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

Use implementation instead of compile #18

Closed mlegy closed 6 years ago

mlegy commented 6 years ago

Use implementation keyword instead of compile in the README file.

JakeWharton commented 6 years ago

Thanks!