cbbf8dec7e
Ant 1.8.2 has the API (namely, CompilerAdapterExtension#getSupportedFileExtensions) which will allow to fix a critical bug in <withKotlin/> task (see KT-7870)
14 lines
613 B
XML
14 lines
613 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="ant" level="project" />
|
|
<orderEntry type="library" name="kotlin-runtime" level="project" />
|
|
<orderEntry type="module" module-name="preloader" />
|
|
</component>
|
|
</module> |