This android project has lots of modules, when I do Refactor->Migrate to androidx, source codes from module "app" upgraded,
but codes from modules are never migrated…
Now have to fix it buy lots of manual replacement. Any idea how to migrate these modules? Thanks for your help.
2
Anyway, thanks, I solved it by doing migration first on a refresh copy without doing anything to gradle versions.
Check if you added this code android.useAndroidX=true in gradle.properties.for more details please refer this link
Click here to cancel reply.
2
Answers
Anyway, thanks, I solved it by doing migration first on a refresh copy without doing anything to gradle versions.
Check if you added this code android.useAndroidX=true in gradle.properties.for more details please refer this link