anyway. I’m writing annotation processor in kotlin to annotate data classes. I have - processor, two data classes and one java class for testing. Strange thing is - if I annotate all three classes - everything ok, I can see in log that processor catched all classes. But if I annotate only data classes, than logs are empty, like there is no annotated classes