mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
197 B
XML
Vendored
7 lines
197 B
XML
Vendored
<modules>
|
|
<module name="name" outputDir="whatever" type="java-production">
|
|
<sources path="nonexistentFile.kt"/>
|
|
<sources path="some/nonexistent/dir/"/>
|
|
</module>
|
|
</modules>
|