Hello,
I am trying to package the .class files that get generated for the .gs files, and use it as an external JAR in a Java project.
For this, I am looking for the generated .java or .class files. I am using Gosu in IntelliJ.
I looked at "build" folder for .class files, and, "generated" folder for .java files. But, I don't find equivalent classes for the .gs classes that I have developed.
Help!