So far I see the same issue in TornadoFX. `TestFX`...
# tornadofx
a
So far I see the same issue in TornadoFX.
TestFX
is dependency in
pom.xml
, but it's not mentioned it
module-info.java
, that's why IDE diagnostics are off (i.e.
Symbol is declared in module 'org.testfx' which current module does not depend on
). It seems like TornadoFX has no solution for this right now, and I am wondering what's your ideas about it.