cordova-android
cordova-android copied to clipboard
Will Cordova Android 13 support Kotlin 1.9.x ?
In my company, we integrate vendor's SDK to our cordova application. The vendor request us to raise the version of Kotlin to 1.9.x but Cordova Android has not support is now. If possible, could you tell me whether Cordova Android 13 will support Kotlin 1.9.x or not.
I don't want to say "yes" but generally speaking we update to the latest versions on major releases, so it will probably support 1.9.x.
You can change the kotlin version by using the GradlePluginKotlinVersion preference, however if 1.9.x requires other gradle changes then it may not work.
The latest versions of the Firebase Analytics SDK requires at least Kotlin version 1.9 which is how I ended up here.
The only problem I encountered was related to the deprecation of kotlin-android-extensions. This has already been reported (with temporary workaround) in another issue: #1642