getodk / validate

ODK Validate is a Java application for confirming that a form is valid and compliant with the ODK XForms specification. Contribute and make the world a better place! ✨🔍✨
https://docs.getodk.org/validate/
Other
9 stars 26 forks source link

Add a Gradle plugin to get Idea identify where the BuildConfig class is #67

Closed ggalmazor closed 5 years ago

ggalmazor commented 5 years ago

This PR adds the idea Gradle plugin that makes working with the BuildConfig plugin easier. Now Idea detects and links the sources for the BuildConfig class without requiring to add it to the project manually.