just have tried new kapt3 with kotlin 1.0.6-112 ``...
# kapt
d
just have tried new kapt3 with kotlin 1.0.6-112
Copy code
Error:(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
Copy code
@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