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?
fjanicki
06/21/2017, 5:54 AM
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.