Hi guys, I have a question about this kind of issu...
# kapt
o
Hi guys, I have a question about this kind of issue:
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
1 error
literally I don’t see anything more about nature of this issue, I tried
—stacktrace
/
—debug
/
—info
but none is returning more informative output. I know it’s reported here and there but is there a way to find more about which class is problematic ?