After migrating to AndroidX I faced the problem of underling errors in activities which extend MvpAppCompatActivity. I think it is because of using import android.support.v7 … instead of import androidx.appcompat… in moxy-x-app-compat-1.7.0-sources.jar!\com\arellomobile\mvp\MvpAppCompatActivity.java
After migrating to AndroidX I faced the problem of underling errors in activities which extend MvpAppCompatActivity. I think it is because of using import android.support.v7 … instead of import androidx.appcompat… in moxy-x-app-compat-1.7.0-sources.jar!\com\arellomobile\mvp\MvpAppCompatActivity.java