I'm currently migrating my project to Androidx, after using the refactor option in android studio I still have few support lib imports in classes. When I tried changing 'import android.support.v7.widget.AppCompatImageView;' to 'import androidx.appcompat.widget.AppCompatImageView;', I got below compile error
Cannot resolve symbol 'widget'
I'm currently using 'Android Studio Electric Eel | 2022.1.1 (Jan 2023)' and all the support dependencies are replaced with androidx.