Dagger: Dagger didn't like the androidx.fragment.app.Fragment

Created on 15 Jun 2018  路  3Comments  路  Source: google/dagger

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

Most helpful comment

Are you using 2.16?

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SteinerOk picture SteinerOk  路  3Comments

SAGARSURI picture SAGARSURI  路  3Comments

zeshaoaaa picture zeshaoaaa  路  4Comments

gc986 picture gc986  路  4Comments

sagarwaghmare07 picture sagarwaghmare07  路  3Comments