Version 3.0
This release adds a big new feature to this library: Support for suspending functions in Retrofit's service interfaces!
New:
- Support for suspending functions
- Kotlin 1.3.50
- Coroutines 1.3 stable
Changes:
- Deprecate
CoroutinesNetworkResponseAdapterandCoroutinesNetworkResponseAdapterFactoryclasses. Replaced withNetworkResponseAdapterandNetworkResponseAdapterFactory. Quickfix suggestion should be available within the IDE.
Huge thanks to @JavierSegoviaCordoba for helping out with this release.