After updating to Intellij 2017.2, building my project creates an /out directory that contains generated source files and resource files. These files duplicate
Here is my understanding:
Basically, this is a work-around for an incompatibility issue between
Gradle build pathandIDEA output path.
- the issue is - https://github.com/gradle/gradle/issues/2315
- the solution is - keep these two directories seperate, therefore you have two (
out/andbuild/) https://youtrack.jetbrains.com/issue/IDEA-189063