I generated classes from wsdl file in build folder of the Gradle project in Intellij. But I have some compilation errors when I try to create an object from generated classes. Because it is obvious that I cannot give a reference in src folder for classes outside of src folder. How can I do this?
EDIT-1: My project has a root module that has 2 inner modules is placed on src folder of root module. "gen" class has generated classes and I want to use them in "main" module in src folder. But, how?
EDIT-2: About Peter's recommendation, I am sharing the print screen. I cannot reach outside of src folder!