How can I configure IntelliJ IDEA to have Annotation processors enabled by default?
Currently, I have to enable it manually for every imported project.
File
| Other Settings
| Default Settings
, navigate to the compiler settings, annotation processing and enable this option before importing the project.
来源:https://stackoverflow.com/questions/44452482/enable-annotation-processors-by-default