Hi, I refactored my code to AndroidX.
It seems Dagger didn't like the fact that my fragments are "androidx.fragment.app.Fragment" and not "android.support.v4.app.Fragment"
I receiver errors like :
incompatible types: Class
cannot be converted to Class extends Fragment>
Are you using 2.16?
2.15, wasn't sure if there were a 2.16 out there.
.. reading the release notes.. .
Fixes dagger-android-processor to handle androidx types
. I feel bad already for not to read.
not an issue.
Most helpful comment
Are you using 2.16?