You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: