You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of Gradle 7.3.3 & AGP 7.0.4 upgrade, a new DSL warning appeared that informs about the obsolete dexOptions element that should be removed.
Details
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
TL;DR
As part of Gradle 7.3.3 & AGP 7.0.4 upgrade, a new
DSLwarning appeared that informs about the obsoletedexOptionselement that should be removed.Details