0.7.0
Changes
Retrofit service contribution
There is now a new annotation, @AutoProvideService
, which can be added to Retrofit services in order to automatically contribute them to the dependency graph. See the documentation for more information.
ViewModel CoroutineScope
If you use Kotlin Coroutines with ViewModels you can now inject a CoroutineScope
into your view models. See the documentation for more information.
Details
- Implement support for automatically providing retrofit services by @ansman in #75
- Add an integration with ViewModel by @ansman in #76
Full Changelog: 0.6.5...0.7.0