polyglot
polyglot copied to clipboard
Gradle build system support?
We have a forked project to introduce new syntax for Android development.
We plan to release 0.1 version in next few months. So we need to release our modified version to maven central or jcenter.
Do you have any plan to support gradle build system?
Because it's much easier to:
- use external package
- use IntelliJ IDEA as IDE
- publish artifact
If you do have the plan, I'll try to create gradle build script for the whole project and create a PR. Otherwise, I'll just create publish build script based on ant tasks.
We didn't plan to support Gradle, but we'll talk about it.
Got it, thanks!