I have successfully migrated my project to AndroidX. App is running perfectly, but I am getting compile time errors, because my dependencies use support package.
Even android.enableJetifier convert this dependency to AndroidX but I want to get rid of compile time errors.
Is there a quick fix for now?
from AndroidX migrate dependency / libraries


No comments:
Post a Comment