Annotation Processor in IntelliJ and Gradle
问题 tl;dr : I cannot configure IntelliJ to generate the java files in the same directory as gradle I have a small project which uses the immutables annotation processor. It works as expected in the gradle command line build, but I cannot get IntelliJ to output the generated files to the same directory. The full project is available on GitLab Gradle config : I use the folowing gradle plugins: gradle-idea plugin which handles the idea configuration gradle-apt-plugin which provides the apt