dkhusainov
02/06/2018, 10:09 PMkapt module is part of your project(not a separate dependency somewhere in maven) and is referenced as kapt project(":processor"), you can't rebuild your project, because you get this message Unable to delete file processor\build\libs\lua-deserealizator.jar. I have to manually kill gradle deamons to release this file, so it could delete it...yan
02/07/2018, 3:51 PMMessager class to log events.
Also, here is some info about how you can debug your annotation processors: https://stackoverflow.com/questions/44118592/cant-debug-an-annotation-processor-when-using-kapt-and-gradle.
3. Sounds like a bug, can you reproduce it?dkhusainov
02/07/2018, 11:45 PM