In IntelliJ when doing a Gradle Sync I get error The project is using an incompatible version (AGP 8.4.1) of the Android Gradle plugin. Latest supported version is AGP 8.2.0
.
This same project opens correctly in Android Studio 2023.3.1.
I have IntelliJ IDEA 2024.1.1 withAndroid Plugin version 241.15989.150. No updates are available, neither for IDEA nor for the Android Plugin.
Is there any update that I'm missing? If not, I would like to know if it is to be expected that IntelliJ support for new versions of AGP lags behind Android Studio. Also I would like to know where can I find the compatibility tables for IntelliJ and AGP.
There is an existing YouTrack Issue (IDEA-352815) for this.