After migrating to Androidx packages using Android Studio menu option Refactor -> Refactor to Androidx...
I\'m getting the following error:
Error inf
I've also face this issue. This issue occur only for constraintlayout dependecy version. Use 1.1.3 version & hope your issue will be solved:
1.1.3
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'