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
I'm currently integrating a Cordova Plugin into my Capacitor Project. This Plugin uses a Library written in Kotlin, so i can't build my App as Kotlin is not defined in this Module.
Temp Workaround: Open Android Studio --> Tools --> Kotlin --> Configure Kotlin in Project. Then select the "capacitor-cordova-android-plugins" Module and configure. This adds three Lines in to the Module which are needed to make this work.
But after an "npx cap sync" the File is resetted.
Expected Behavior
As i want to build my App with Appflow later this Workaround is not really working for me. A Option to automatically configure Kotlin in this Module would be needed here.
EinfachHans
changed the title
bug: Android Capacitor Cordova Plugins Module Kotlin Support
bug: Android Cordova Plugins Module Kotlin Support
Jun 28, 2021
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Platform(s)
Current Behavior
I'm currently integrating a Cordova Plugin into my Capacitor Project. This Plugin uses a Library written in Kotlin, so i can't build my App as Kotlin is not defined in this Module.
Temp Workaround: Open Android Studio --> Tools --> Kotlin --> Configure Kotlin in Project. Then select the "capacitor-cordova-android-plugins" Module and configure. This adds three Lines in to the Module which are needed to make this work.
But after an "npx cap sync" the File is resetted.
Expected Behavior
As i want to build my App with Appflow later this Workaround is not really working for me. A Option to automatically configure Kotlin in this Module would be needed here.
Code Reproduction
If you want to try, i'm using this Plugin (my own): https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker
Other Technical Details
npm --version
output: 7.6.3node --version
output: v14.15.4The text was updated successfully, but these errors were encountered: