hello everyone, I am facing a issue when try to bu...
# android
f
hello everyone, I am facing a issue when try to build release (build debug works) as below:
Copy code
app/build/tmp/kapt3/stubs/devRelease/<package>/dashboard/survey/surveylist/SurveyAdapter.java:20: error: incompatible types: NonExistentClass cannot be converted to Annotation
    @error.NonExistentClass()
          ^
:app:kaptDevReleaseKotlin FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ‘:app:kaptDevReleaseKotlin’.
> Compilation error. See log for more details