While it is possible to disable duplicate code detection entirely, I am looking for disabling duplicate code detection just between modules. That is, duplicate code within a module will be detected, but if I have the same file in two different modules, that will not be detected
edit: so it is not possible to do this. Intellij modules by definition are not made to do this.