As you can set, I set the "-s" parameter for javac, so that the output for the annotation-processor is set to build/apt after that I set up a new SourceSet for the generated sources and can see the sources in netbeans. Until version 1.4.3 everything works good, but in version 2.0.1 I get the error "package exists in another module: immutable.gradle.test".
Hi, I would like to generate code with immutables.org via annotation-processing. Here is my build.gradle
As you can set, I set the "-s" parameter for javac, so that the output for the annotation-processor is set to
build/apt
after that I set up a new SourceSet for the generated sources and can see the sources in netbeans. Until version 1.4.3 everything works good, but in version 2.0.1 I get the error "package exists in another module: immutable.gradle.test".Thanks for your help Andreas