-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(android): compatibility with cordova kotlin plugins #5438
Conversation
How does it compare to #4536 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be done in a way that the CLI adds this properties/dependencies if there is a plugin installed that uses kotlin
also the versions should be configurable from the variables.gradle instead of using hardcoded values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a few comments
Thanks @IT-MikeS !! |
This PR allows supported Cordova plugins written in Kotlin to be used by
capacitor-cordova-android-plugins
.