I was using Navigation Drawer there was no error by this
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
But after updating in androidx
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:design:1.1.0'
this code not working for Navigation Drawer.
My question is what is the dependency in this situation. Please help.