You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: