Severiano Jaramillo
06/17/2024, 9:36 PMThe project is using an incompatible version (AGP 8.5.0) of the Android Gradle plugin. Latest supported version is AGP 8.2.0I 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.jw
06/17/2024, 9:37 PMjw
06/17/2024, 9:37 PMSeveriano Jaramillo
06/17/2024, 9:39 PMjw
06/17/2024, 9:40 PMhfhbd
06/17/2024, 9:41 PM