apache / cordova-android

Apache Cordova Android
https://cordova.apache.org/
Apache License 2.0
3.59k stars 1.52k forks source link

Will Cordova Android 13 support Kotlin 1.9.x ? #1692

Open fan-min-aeon opened 2 months ago

fan-min-aeon commented 2 months ago

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.

breautek commented 2 months ago

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.

webberig commented 1 month ago

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