Recently, I've updated my gradle version from 4.0.0 to 7.0.3. After this update, getting dexOptions is obsolete warning. Still, I'm able to compile the project but don't know how to fix this warning. This what my current implementation,
dexOptions {
preDexLibraries = true
}
