According to JEP-483:
Class paths must contain only JAR files; directories in class paths are not supported because the JVM cannot efficiently check them for consistency.
To be honest, I am not sure if you even get any advantage of faster startup times during development. I might say the extra work of training and putting things together won’t be worth the effort.