Hello, have a query regarding the KMP gradle plugi...
# multiplatform
e
Hello, have a query regarding the KMP gradle plugin if anyone can provide more info.
Copy code
We have a project in KMP that targets both Android and iOS currently on Kotlin 1.9.*. We wanted to upgrade to the latest Android 15 and XCode 16(iOS 18).

However, I see that Google recommends AGP 8.7(8.6 minimum) for Android 15(<https://developer.android.com/build/releases/gradle-plugin#api-level-support>) and KMP says support is only included until 8.5 (<https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin>).

Currently if I compile the project(with kotlin 1.9.*) and run it works fine except that the warning it gives.I want to understand though, these plugins provide the tools to generate the respective platform binaries right ? What is the risk if you go with an unsupported version(say 1.9.*) ? Kotlin also says Xcode 16 support is included in the latest kotlin, what does that mean ? Wont work ? or its simply untested ?