diff options
Diffstat (limited to 'ant/ant.iml')
-rw-r--r-- | ant/ant.iml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ant/ant.iml b/ant/ant.iml new file mode 100644 index 00000000..0761035c --- /dev/null +++ b/ant/ant.iml @@ -0,0 +1,14 @@ +<?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="kotlin" level="project" /> + <orderEntry type="library" name="ant-1.9.4" level="project" /> + <orderEntry type="module" module-name="dokka" /> + </component> +</module>
\ No newline at end of file |