Hey, I’m at wits-end and in need of help with a `N...
# android
k
Hey, I’m at wits-end and in need of help with a `NonExistentClassError`:
Copy code
error: cannot access NonExistentClass
  class file for error.NonExistentClass not found
  Consult the following stack trace for details.
  com.sun.tools.javac.code.Symbol$CompletionFailure: class file for error.NonExistentClass not found
This is a multi-module android project using Dagger 2. The error happens after the
:app:compileDevelopDebugKotlin
phase