mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
16 lines
392 B
XML
16 lines
392 B
XML
<modules>
|
|
<module name="name" outputDir="out">
|
|
<sources path="foo"/>
|
|
<sources path="foo1"/>
|
|
<sources path="foo2"/>
|
|
<!--
|
|
<classpath path="bar"/>
|
|
-->
|
|
<classpath path="bar1"/>
|
|
<!-- sdfgadfg -->
|
|
<classpath path="bar2"/>
|
|
<externalAnnotations path="baz"/>
|
|
<externalAnnotations path="baz1"/>
|
|
<externalAnnotations path="baz2"/>
|
|
</module>
|
|
</modules> |