gluonfx-gradle-plugin
gluonfx-gradle-plugin copied to clipboard
Add classes referenced in FXML files to reflectionList
When compiling a JaxaFx app, a lot of the classes in the reflectionList will implicitly come from the FXML files. It shouldn't be difficult to scan these files to identify the classes based on element names and import directives. I suggest adding an fxmlFiles property with files to scan that add classes to the reflectionList.
Related to #25