I'm going to experiment with multiple modules whic...
# tornadofx
c
I'm going to experiment with multiple modules which is what would avoid having to tweak so many settings while switching back and forth. In IntelliJ, you can specify JDKs on a per-module basis. there would be 3 subprojects: common, jdk8, and jdk9. common, depending on the profile, would have a dependency on the jdk8 module or the jdk9 module