eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

gradle-js-plugin for Android apps #159

Open adonnini opened 6 years ago

adonnini commented 6 years ago

Hi,

I need to add a dependency for a js module to my Android app (using either Rhino or J2V8 to run it).

Could I use gradle-js-plugin to do this?

Do you have any experience with using gradle-js-plugin to add js dependencies to Android apps?

Thanks,

Alex Donnini