Can someone explain me how to use zulufx? I am try...
# tornadofx
c
Can someone explain me how to use zulufx? I am trying to build a tornadofx app, but I can't compile it due to "missing dependencies in the classpath" (javafx one of course). It seems like intellij idea is ignoring the kotlinOptions.jvmTarget="1.8"... Don't know what to do.
c
Check your project structure screen in Intellij. I bet you have the project SDK set to a different one than ZuluFX
c
seems like it's an issue related to multiplatform, sorry