michaelsims
08/10/2016, 2:22 PM./gradlew --stop
) This will often work around the issue. Also, it seems that sometimes compile errors will be masked by this "NonExistentClass" error. We run into it when moving classes between modules quite often. Sometimes I forget to move a necessary class to the new module and it manifests as this error. I usually catch this within the IDE by looking at files affected by my most recent change. There are probably better approaches for that (temporarily disabling kapt?).