This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrobotlib.iml
74 lines (74 loc) · 5.03 KB
/
robotlib.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":robotlib" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":robotlib" />
</configuration>
</facet>
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="true" />
</configuration>
</facet>
<facet type="kotlin-language" name="Kotlin">
<configuration version="3" platform="JVM 1.6" useProjectSettings="false">
<compilerSettings />
<compilerArguments>
<option name="destination" value="$MODULE_DIR$/build/classes/kotlin/main" />
<option name="classpath" value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.2.71/d9717625bb3c731561251f8dd2c67a1011d6764c/kotlin-stdlib-1.2.71.jar;C:/Users/dansm/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.2.71/ba18ca1aa0e40eb6f1865b324af2f4cbb691c1ec/kotlin-stdlib-common-1.2.71.jar;C:/Users/dansm/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar" />
<option name="noStdlib" value="true" />
<option name="noReflect" value="true" />
<option name="moduleName" value="robotlib" />
<option name="addCompilerBuiltIns" value="true" />
<option name="loadBuiltInsFromDependencies" value="true" />
<option name="languageVersion" value="1.3" />
<option name="apiVersion" value="1.2" />
<option name="pluginOptions">
<array />
</option>
<option name="pluginClasspaths">
<array />
</option>
</compilerArguments>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/build/classes/java/main" />
<output-test url="file://$MODULE_DIR$/build/classes/java/test" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<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/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/kotlin" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="kotlin-stdlib-1.2.71" level="project" />
<orderEntry type="library" exported="" name="kotlin-stdlib-common-1.2.71" level="project" />
<orderEntry type="library" exported="" name="annotations-13.0" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockk-1.8.9" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockk-dsl-jvm-1.8.9" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="kotlin-reflect-1.2.71" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="junit-jupiter-api-5.0.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="junit-platform-commons-1.0.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="apiguardian-api-1.0.0" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="opentest4j-1.0.0" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockk-common-1.8.9" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockk-agent-jvm-1.8.9" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockk-dsl-1.8.9" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockk-agent-common-1.8.9" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockk-agent-api-1.8.9" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="objenesis-2.6" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="byte-buddy-1.8.22" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="byte-buddy-agent-1.8.22" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="junit-jupiter-engine-5.0.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="junit-platform-engine-1.0.3" level="project" />
</component>
</module>