Hi, I’m getting this warning but don’t understand ...
# multiplatform
e
Hi, I’m getting this warning but don’t understand where it comes from:
Copy code
Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
The applied Android Gradle Plugin version (8.3.1) is higher 
than the maximum known to the Kotlin Gradle Plugin.
Tooling stability in such configuration isn't tested, please report encountered issues to <https://kotl.in/issue>"

Minimum supported Android Gradle Plugin version: 7.0
Maximum tested Android Gradle Plugin version: 8.2
I am using Kotlin 1.9.24 and AGP 8.3.1
k
@electrolobzik I faced the same issue when building a project in KMM, I solved it by making the following (attached screenshot) I've learned the hard way not to increase the agp as it is not stable - why exactly I don't know !!
thank you color 1