Added check for duplicate source paths in all compiler workflows.

This commit is contained in:
Evgeny Gerashchenko
2014-08-29 17:49:10 +04:00
parent 35720ff46d
commit 4e41673b75
17 changed files with 72 additions and 46 deletions
@@ -0,0 +1,6 @@
<modules>
<module name="name" outputDir="whatever">
<sources path="duplicateSourcesInModule.kt"/>
<sources path="duplicateSourcesInModule.kt"/>
</module>
</modules>