So GluonVM states that it supports Java 9 modules, and the Java 9 JavaFX API (http://docs.gluonhq.com/gluonvm/), but the sample project specifies source compatibility 1.8.
I'm confused how to setup my project in Eclipse; with source compatibilty at 8 the Gradle plugin of Eclipse will automatically select a Java 8 compatible JDK. Should I configure JDK 9.0.4 as the Java8-SDK? And then use the JavaFX 9 API (future proof code)? And do I need to specify a module-info.java? I would like to do that.