I'm getting this error in IntelliJ: `The project i...
# android
m
I'm getting this error in IntelliJ:
The project is using an incompatible version (AGP 8.7.2) of the Android Gradle plugin. Latest supported version is AGP 8.6.0-alpha07
But if I downgrade the plugin, I get a warning for using sdk version 35. But if I downgrade the sdk version, I get a warning for not using the latest sdk version. What do I do? (for those reacting with 'not kotlin', I'm getting this while working on a multiplatform library, not an app)
not kotlin but kotlin colored 2
m
Need to use either Android Studio or maybe a preview version of Intellij. Intellij always gets support for the new AGP after Android Studio.
m
Is there a version table I can find anywhere for compatible IJ versions? Switching to AS just to work on a multiplatform project sounds non-ideal.
m
I have not seen a table. But I see that 2024.3 includes this in their release notes
Merge Android Studio Ladybug RC1
And Ladybug is where support for 8.7.2 was added.