mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
External annotations will only be considered in the IDE for additional inspections based on more precise types in Java libraries
13 lines
367 B
XML
Vendored
13 lines
367 B
XML
Vendored
<modules>
|
|
<!-- Module script for production -->
|
|
<module name="name" type="java-production" outputDir="output">
|
|
<sources path="s1"/>
|
|
<sources path="s2"/>
|
|
<!-- Java source roots -->
|
|
<javaSourceRoots path="java"/>
|
|
<!-- Classpath -->
|
|
<classpath path="cp1"/>
|
|
<classpath path="cp2"/>
|
|
</module>
|
|
</modules>
|