Joel Denke
03/10/2024, 9:52 AMw: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
The applied Android Gradle Plugin version (8.3.0) 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
To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
Really, how can it be that Kotlin plugin is not supporting version of AGP that is 8.3?
I am using Kotlin 1.9.23, Gradle 8.6, AGP 8.3, Java 17.Gleb
03/10/2024, 9:58 AMJoel Denke
03/10/2024, 10:01 AMephemient
03/10/2024, 10:21 AMeygraber
03/10/2024, 5:32 PM