Hi @aurelien.coet,
Thank you for the heads-up and to the team for shipping the 7.3.1 release! I bumped our version and tested it right away.
While 7.3.1 definitely resolves previous issues, we are unfortunately still hitting an AGP 9.2 strict Provider API crash (MissingValueException / InvalidUserCodeException) specifically during the :app:sonarResolver task.
It appears the plugin is still eagerly querying the lazy task graph for Android resource directories (e.g., generateStagingDebugAndroidTestResValues) before they are evaluated or completed.
Since the nature of the crash shifted, I went ahead and documented the exact root cause, reproduction steps, and full stack traces in a new dedicated ticket here:
app-sonarresolver-crashes-in-agp-9-2-due-to-early-provider-api-resolution
For now, we are forced to keep the -x :app:sonarResolver exclusion in our pipeline to bypass the crash and keep our builds green, but I’d really appreciate it if the engineering team could take a look at the logs in the new thread!
Thanks again for your continuous work on this!