Skip to content

7.7.0

Compare
Choose a tag to compare
@romainbsl romainbsl released this 12 Aug 19:00
· 155 commits to master since this release
  • CORE
    • Kotlin 1.5.21
  • ANDROID
    • 2 new modules have been created to support ViewModel retrieval with ease (thanks to @carltonwhitehead for his contribution).
      • kodein-di-framework-android-x-viewmodel : Injection and retrieval of plain View Models with by viewModel() delegate.
      • kodein-di-framework-android-x-viewmodel-savedstate : Injection and retrieval of View Models with SavedStateHandle with by viewModelWithSavedStateHandle() delegate.
      • See documentation here.
  • COMPOSE: kodein-di-framework-compose module is now align with the stable version of Compose compiler (compatible with Kotlin 1.5.21)