cordova-android icon indicating copy to clipboard operation
cordova-android copied to clipboard

Will Cordova Android 13 support Kotlin 1.9.x ?

Open fan-min-aeon opened this issue 1 year ago • 1 comments

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.

fan-min-aeon avatar Feb 01 '24 05:02 fan-min-aeon

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.

breautek avatar Feb 01 '24 12:02 breautek

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

webberig avatar Mar 25 '24 13:03 webberig