electrode-io / electrode-native

A platform to ease integration&delivery of React Native apps in existing mobile applications
https://native.electrode.io
Other
726 stars 113 forks source link

Update plugin config gen with kotlin support #1824

Closed friederbluemle closed 2 years ago

friederbluemle commented 3 years ago

Several updates and improvements to AndroidPluginConfigGenerator.ts. Biggest user visible change is that it now includes basic support for detecting and processing Kotlin source files in plugins when running ern create-plugin-config. Added new test cases to verify new use cases.

Closes #1757