I want to use the new Multidex support library to break the method limit for one of my apps.
With Android Lollipop Google introduced a multidex support library that
build.gradle
multiDexEnabled true implementation 'androidx.multidex:multidex:2.0.1'
AndroidManifest.xml