How to make the gradle build/compile a project using generated source by annotationProcessor? I have a project with 2 modules app-annotation -> is a module that defines one annotation and a successor of the AbstractProcessor app-api -> contains Entities with annotation from the previous module The idea was to generate default CRUD Repositories and Services for each entity, also if