I am using Android Studio/Intellij IDEA to play ar...
# squarelibraries
s
I am using Android Studio/Intellij IDEA to play around with the Zipline repo and I am getting errors when trying to sync with Gradle:
The project is using an incompatible version (AGP 8.5.0) of the Android Gradle plugin. Latest supported version is AGP 8.2.0
I tried
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
in
gradle.properties
but I get the same error. The only way to have Gradle sync working I found so far is to set AGP to 8.2.0. btw, I am able to run the samples from the command line. It is just the IDE functionality that does not work.
1
j
Are you using Koala?
You need to use the latest stable AS, too
s
Hmm actually I was using the latest available Intellij IDEA Community Edition. Let me try with AS Koala
j
IntelliJ is always behind by at least 4 months, even if you use the EAP
👀 1
h
Yeah, stable IC supports 8.2, EAP supports 8.3
👍 1