Facing the same issue as this post: Migration to androidX missing in Android Studio
In the Developer Documentation it says that you can migrate to AndroidX by doing the Following: Android Studio -> Refactor -> Migrate to AndroidX But when i am following these steps, i end up at Refactor, because i only have got the option Migrate to AppCompat.
The difference is that my IDE is the current latest. Is there something else required to be done to make this option become available? I modified my gradle.properties to include:
android.useAndroidX=true
android.enableJetifier=true
The above was stated in the official documentation here: https://developer.android.com/jetpack/androidx/migrate
*See screenshots