After updating android studio to 4.0 and gradle to 6.1.1. There are some issues in my project which can't resolve.
import androidx.multidex.MultiDexApplication
and
public class MyApplication extends MultiDexApplication
I have this lib in my project and using it works fine on previous version of Android studio.