diff options
Diffstat (limited to 'scripts/iml.template')
-rw-r--r-- | scripts/iml.template | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/iml.template b/scripts/iml.template new file mode 100644 index 0000000..c4fe3a3 --- /dev/null +++ b/scripts/iml.template @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module version="4" relativePaths="true" type="JAVA_MODULE"> + <component name="ModuleRootManager" /> + <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="sourceFolder" forTests="false" /> + <orderEntry type="library" name="android" level="project" /> + <orderEntry type="inheritedJdk" /> + <orderEntryProperties /> + </component> +</module> |