I have a gradle question, I am umarshalling some x...
# getting-started
r
I have a gradle question, I am umarshalling some xml, and I have a
package-info.java
file under the kotlin folder with the appropriate mappings. The tests for unmarshalling work fine, but when I package the jar, the
package-info.java
file isn’t being included. How can I tell gradle to include it?