You can modify your build.gradle file to include:
android {
dexOptions {
jumboMode = true
}
}
Please note that this option is only supported by the now deprecated DX compiler. The D8 compiler does not support this option. From AGP 7.0 (released with Android Studio 2020.3.1 – Arctic Fox) DX support is removed completely.