has anyone seen something like this before? ``` er...
# android
v
has anyone seen something like this before?
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
warning: The following options were not recognized by any processor: '[kapt.kotlin.generated]'
1 error

:app:compileDebugJavaWithJavac FAILED