I use Kotlin 1.0.5-2 + kapt1 with incremental comp...
# announcements
m
I use Kotlin 1.0.5-2 + kapt1 with incremental compilation turned on. Every time I compile the project after making some changes the following error occurs:
Copy code
Error:Execution failed for task ':mobile:compileDevDebugJavaWithJavac'.
> java.lang.RuntimeException: failure, see logs for details.
  cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: class file for error.NonExistentClass not found
Then I build the project again and it compiles just fine. Very annoying 😞