darkmoon_uk
07/19/2019, 11:07 AMapplication:run
...
But while `jlink`ing:
> Task :createMergedModule
/Users/Chris/Projects/Personal/App/MultiplatformTemplate/Code/Client/Desktop/build/jlinkbase/tmpjars/client.merged.module/module-info.java:188: error: module not found: javafx.controls
requires javafx.controls;
^
I don't get it... I've tried specifying the `jmod`s and `jar`s in both the compile classpath, as VM options when compiling, as options to jlinker... everywhere I can think of. It still doesn't find the module. Any ideas?