Skip to content

Dagger 2.24

Compare
Choose a tag to compare
@Chang-Eric Chang-Eric released this 25 Jul 23:39
· 1614 commits to master since this release
  • Deprecations/removals
    • dagger.android's Has{Activity,Fragment,Service,ContentProvider,BroadcastReceiver} interfaces are now removed in favor of HasAndroidInjector (which can handle any type). HasAndroidInjector was added in 2.23, and is supported together with the old types in that version. (3bd8f70)
  • Bug fixes
    • Duplicate keys were erroneously not detected when MapKey.unwrapValue=false which may have resulted in a runtime error (depending on whether fastInit mode was used). This is now detected and failed at compile time. (8b5dbea)
  • Build performance
    • Gradle's incremental annotation processing is now enabled for all builds (50bc180)