Android studio keeps creating generated classes, even though they already exist.
The problem has something to do with the NavigationArgs I guess but it always gives
OPTION 1:
Please This Remove the Folder
Remove The Folder After Click the assembleDebug :
After execute this command AssembleDebug You will get your Error.
OPTION 2:
Follow the below instruction to resolve it.
Project-level build.gradle
use
maven { url "https://www.jitpack.io" }
instead of
maven { url "https://jitpack.io" }