Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fan-min-aeon opened this issue Feb 1, 2024 · 2 comments · Fixed by #1543
Closed

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

fan-min-aeon opened this issue Feb 1, 2024 · 2 comments · Fixed by #1543
Milestone

Comments

@fan-min-aeon
Copy link

fan-min-aeon commented Feb 1, 2024

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 breautek added this to the 13.x milestone Feb 1, 2024
@breautek
Copy link
Contributor

breautek commented Feb 1, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants