Skip to content

0.7.0

Compare
Choose a tag to compare
@ansman ansman released this 19 Aug 02:32
· 184 commits to main since this release
a42c208

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