I encountered the same warning, and stack trace showed that the warning came from gradle plugin, but it only occured in sync process, not in build. For my project, I using gradle wrapper 8.10.2, and gradle plugin 8.8.0 - which was the maximum compatible version. The warning could be ignored cause I got no errors and just make sure that the compatibility of gradle wrapper and gradle plugin, i guess!