<https://github.com/google/dagger/issues/1245>
# android
you uses androidx?
c
If I comment out the dagger compiler dependencies with kapt, and replace with androidProcessor, it builds, but with kapt it doesn't
i
it may be fixed on AS 3.3
that is a joy of software development. Moving Target
😕 1
Software Development is always changing rapidly where alpha and beta releases can be more stable than the stable versions.
c
I've been able to run on the project on AS 3.3, still getting the same issue
g
Use AS 3.3 or Dagger 2.16
Also, this is an issue of jetifier, not kapt itself
g
iiric, there is a bug in jetifier and until it's fixed, Dagger 2.16 is your best bet.
oh, @gildor said the same)
c
I'm using AS 3.3 now, still doesn't work
g
AS or Android Gradle plugin 3.3?
c
Android studio version 3.3
Even Dagger 2.16 doesn't work
s
You also need to start using Android gradle plugin 3.3. just ide doesnt change anything in compile process
g
Dagger 2.16 should works, check your config and show error message if you still have problem