1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <module external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" type =" JAVA_MODULE" version =" 4" >
2
+ <module external.linked.project.id= " :app " external.linked.project. path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group= " Java8StreamExample " external.system.module.version= " unspecified " type =" JAVA_MODULE" version =" 4" >
3
3
<component name =" FacetManager" >
4
4
<facet type =" android-gradle" name =" Android-Gradle" >
5
5
<configuration >
9
9
<facet type =" android" name =" Android" >
10
10
<configuration >
11
11
<option name =" SELECTED_BUILD_VARIANT" value =" debug" />
12
+ <option name =" SELECTED_TEST_ARTIFACT" value =" _android_test_" />
12
13
<option name =" ASSEMBLE_TASK_NAME" value =" assembleDebug" />
13
14
<option name =" COMPILE_JAVA_TASK_NAME" value =" compileDebugSources" />
14
15
<option name =" ASSEMBLE_TEST_TASK_NAME" value =" assembleDebugTest" />
15
- <option name =" SOURCE_GEN_TASK_NAME" value =" generateDebugSources" />
16
- <option name =" TEST_SOURCE_GEN_TASK_NAME" value =" generateDebugTestSources" />
16
+ <option name =" COMPILE_JAVA_TEST_TASK_NAME" value =" compileDebugTestSources" />
17
+ <afterSyncTasks >
18
+ <task >generateDebugSources</task >
19
+ <task >generateDebugTestSources</task >
20
+ </afterSyncTasks >
17
21
<option name =" ALLOW_USER_CONFIGURATION" value =" false" />
18
22
<option name =" MANIFEST_FILE_RELATIVE_PATH" value =" /src/main/AndroidManifest.xml" />
19
23
<option name =" RES_FOLDER_RELATIVE_PATH" value =" /src/main/res" />
22
26
</configuration >
23
27
</facet >
24
28
</component >
25
- <component name =" NewModuleRootManager" inherit-compiler-output =" false" >
26
- <output url =" file://$MODULE_DIR$/build/intermediates/classes/debug" />
29
+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8" inherit-compiler-output =" false" >
30
+ <output url =" file://$MODULE_DIR$/build/retrolambda/debug" />
31
+ <output-test url =" file://$MODULE_DIR$/build/retrolambda/debugTest" />
27
32
<exclude-output />
28
33
<content url =" file://$MODULE_DIR$" >
29
34
<sourceFolder url =" file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource =" false" generated =" true" />
83
88
<excludeFolder url =" file://$MODULE_DIR$/build/retrolambda" />
84
89
<excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
85
90
</content >
86
- <orderEntry type =" jdk" jdkName =" Android API 21 Platform" jdkType =" Android SDK" />
91
+ <orderEntry type =" jdk" jdkName =" Android API 22 Platform" jdkType =" Android SDK" />
87
92
<orderEntry type =" sourceFolder" forTests =" false" />
88
- <orderEntry type =" library" exported =" " name =" appcompat-v7-21 .0.3" level =" project" />
89
- <orderEntry type =" library" exported =" " name =" support-v4-21.0.3 " level =" project" />
90
- <orderEntry type =" library" exported =" " name =" support-annotations-21.0.3 " level =" project" />
91
- <orderEntry type =" library" exported =" " name =" Lightweight-Stream-API " level =" project" />
93
+ <orderEntry type =" library" exported =" " name =" stream-1 .0.3" level =" project" />
94
+ <orderEntry type =" library" exported =" " name =" support-v4-22.2.1 " level =" project" />
95
+ <orderEntry type =" library" exported =" " name =" support-annotations-22.2.1 " level =" project" />
96
+ <orderEntry type =" library" exported =" " name =" appcompat-v7-22.2.1 " level =" project" />
92
97
</component >
93
- </module >
94
-
98
+ </module >
0 commit comments