Young a046b7354c First commit | 4 anni fa | |
---|---|---|
.. | ||
.github | 4 anni fa | |
hooks | 4 anni fa | |
src | 4 anni fa | |
.gitignore | 4 anni fa | |
README.md | 4 anni fa | |
package.json | 4 anni fa | |
plugin.xml | 4 anni fa |
A simple example of a Cordova plugin that uses Kotlin (instead of Java) to implement the native Cordova plugin interface on Android.
Since cordova-android@7
currently doesn't implicitly support Kotlin, this plugin uses hook scripts to add the necessary native config to make the Kotlin work in the generated Android project and to remove the Kotlin source files from the native Android project on uninstalling the plugin.
git clone https://github.com/dpa99c/cordova-plugin-hello-kotlin-test
cordova platform add android
cordova run android