This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Description
When Native's Gradle plugin's applied, it recursively deletes the generated sources folder. This means that doing pretty much anything that touches Gradle will cause the folder to be deleted. I noticed it while looking at an app's generated source in IntelliJ and then reloading the Gradle project in the IDE. At that point all the source disappeared and I had to run compileAotMainJava on the command line to get it back.