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