-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathAndroid-Tool.iml
30 lines (30 loc) · 1.57 KB
/
Android-Tool.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="4" platform="JVM 1.8" allPlatforms="JVM [1.8]" useProjectSettings="false">
<compilerSettings />
<compilerArguments />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/kotlin" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/images" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/forms" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/ui" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/libs" />
<excludeFolder url="file://$MODULE_DIR$/.sync" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="KotlinJavaRuntime" level="project" />
<orderEntry type="library" exported="" name="Kotlinx-Coroutines" level="project" />
<orderEntry type="library" exported="" name="FormDev FlatFaf" level="project" />
<orderEntry type="library" exported="" name="Intellij Forms" level="project" />
<orderEntry type="library" exported="" name="Zip File" level="project" />
</component>
</module>