Hey folks,
With the release Android Gradle Plugin 9, we assume most of you will be migrating to the newest version of AGP very soon. However, as some of you have attempted to do so, we have been made aware of conflicts at analysis time when invoking the SonarScanner for Gradle (see for instance this post or this post).
We will be working in the coming days to remove the blockers in the scanner preventing you from upgrading your projects to AGP9.
Should you need to upgrade your projects before our next release of SonarScanner for Gradle, we recommend you give this tip suggested by @michael-winkler a try: add android.newDsl=false to the gradle.properties file of your project. While it adds an extra deprecation warning to your logs, it should enable you to get some migration work started.
Stay tuned for updates on the progress of this work.
Cheers,
Dorian