Can someone quickly help me?
How exactly does the code looks for the kotlin class to act as a Controller for a JavaFX scene created by a .fxml file?
Because in java you leave the variables undefined which will later be referred to the gui object by the fxml loader, now of course i cant leave the var undefined in kotlin.
Java: