Downgrade Android gradle plugin for IntelliJ IDEA compatibility
hrodrick opened this issue · 4 comments
hrodrick commented
Description
- KMP projects are intended to be developed inside the IntelliJ IDEA IDE, but the current Android Gradle Pluging (AGP) version is too high and is not supported by that IDE.
Requirements
- Downgrade AGP to the latest version supported by IntelliJ IDEA
Chandra-Sekhar-Bala commented
I think if we change gradle version to 6.1.1+ this will work.
WDYT?
hrodrick commented
Seems good! We may need to change some gradle attributes' names because I think we are using a couple gradle 7 specific ones
hrodrick commented
Latest gradle projects requires libs to use Gradle 7.4+ (see #51) so this may not be needed anymore and/or needs to be handled carefully
hrodrick commented
Closing because we should always strive to support latest gradle build. Which is also a required update over time due to updates in the android gradle plugin and compile sdks.