Anyone else got this error : ``` error: cannot ac...
# getting-started
f
Anyone else got this error :
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
When trying to use Dagger 2 along with Kotlin?
Found out that instead of giving you the actual Dagger error, this is the error I get. I need to comment out the dagger kapt line in build to find the faulty place in the code, fix it, then put the line back. Meh.
v
stackoverflow
f
Oh yeah, very helpful.