mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
16 lines
467 B
XML
16 lines
467 B
XML
<modules>
|
|
<!-- Module script for production -->
|
|
<module name="name" outputDir="output">
|
|
<sources path="s1"/>
|
|
<sources path="s2"/>
|
|
<!-- Java source roots -->
|
|
<javaSourceRoots path="java"/>
|
|
<!-- Classpath -->
|
|
<classpath path="cp1"/>
|
|
<classpath path="cp2"/>
|
|
<!-- External annotations -->
|
|
<externalAnnotations path="a1/f1"/>
|
|
<externalAnnotations path="a2"/>
|
|
</module>
|
|
</modules>
|