we shall think about it
have the same issue after upgrading intellij 2016.3.5
any solution?
AFAICU this is a limitation in IntelliJs annotation processor support.
If you can live with disabling annotation processing in the modules involved in the cycle - do as follows:
In IntelliJ, go to Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors.
Click the plus icon to create a new profile, say "Disabled".
Uncheck "Enable annotation processing" for the new profile.
Select the modules involved in the cycle, click the move icon to move those to the "Disabled" profile.
thanks for @atorstling very much 锛宨 do it and solve the same problem
thank you!!
thanks for @atorstling very much 锛宨 spend about two days to solve the same problem,but last find the answer here .^v^
thanks a lot
Obrigado!
thank you it worked
still not work
still not work
Thanks :D
Thank you very much for telling us! @atorstling
thank you very much @atorstling
Most helpful comment
AFAICU this is a limitation in IntelliJs annotation processor support.
If you can live with disabling annotation processing in the modules involved in the cycle - do as follows:
In IntelliJ, go to
Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors.Click the plus icon to create a new profile, say "Disabled".
Uncheck "Enable annotation processing" for the new profile.
Select the modules involved in the cycle, click the move icon to move those to the "Disabled" profile.