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
Michael Krussel
11/13/2024, 3:11 PM
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
martmists
11/13/2024, 3:20 PM
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
Michael Krussel
11/13/2024, 6:44 PM
I have not seen a table.
But I see that 2024.3 includes this in their release notes