Hi there! I'm trying to setup a Kotlin Multiplatform library module using Kotlin 2.1.0. However, it seems that the R8 tool bundled with Android Gradle Plugin does not yet support that Kotlin version.
AFAIK,
https://r8.googlesource.com/r8/ provides a way to override the version bundled in AGP with a specific one.
Are there any risks to it?
Thank you!