mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
External annotations will only be considered in the IDE for additional inspections based on more precise types in Java libraries
13 lines
299 B
XML
Vendored
13 lines
299 B
XML
Vendored
<modules>
|
|
<module name="name" outputDir="out" type="java-production">
|
|
<sources path="foo"/>
|
|
<sources path="foo1"/>
|
|
<sources path="foo2"/>
|
|
<!--
|
|
<classpath path="bar"/>
|
|
-->
|
|
<classpath path="bar1"/>
|
|
<!-- sdfgadfg -->
|
|
<classpath path="bar2"/>
|
|
</module>
|
|
</modules> |