Skip to content

tfcporciuncula/AssistedInject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release

Assisted Injection for Dagger 2 Shaded

This is a fork on AssistedInject that points to Dagger 2 Shaded and understands the "new" annotations (@Inject2, @Module2, etc), so they can work together.

If you're using Dagger 2 Shaded and want to work with AssistedInject, just add this to your build:

repositories {
  maven { url "https://jitpack.io" }
}

dependencies {
  implementation 'com.github.blinkist.AssistedInject:assisted-inject-annotations-dagger2:0.5.2-dagger2-shaded-friendly'
  kapt 'com.github.blinkist.AssistedInject:assisted-inject-processor-dagger2:0.5.2-dagger2-shaded-friendly'
}

About

Assisted injection for JSR 330.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 92.7%
  • Java 6.7%
  • Shell 0.6%