deviant
12/23/2016, 2:33 PMError:(120, 10) error: error.NonExistentClass cannot be provided without an @Inject constructor or from an @Provides- or @Produces-annotated method.
error.NonExistentClass is injected at
....ThemeEditActivity.brandPrefs
....ThemeEditActivity is injected at
....MainComponent.inject(obj)
same code works perfectly with kapt1 and generateStubs=true
what i'm trying is to inject field with type that autogenerated by other lib
@Inject lateinit var brandPrefs: BrandingPrefs // BrandingPrefs is autogenerated by annotations processor
btw with kapt1 i should compile the project twice since first clean compilation fails and i see lot of apt related errors in the gradle log