-
Notifications
You must be signed in to change notification settings - Fork 324
/
Copy pathflutter-studio.iml
52 lines (52 loc) · 3.29 KB
/
flutter-studio.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
<?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" />
<sourceFolder url="file://$MODULE_DIR$/testSrc/unit" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/testData" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/src/main/java/io/flutter" />
<excludeFolder url="file://$MODULE_DIR$/testSrc/config" />
<excludeFolder url="file://$MODULE_DIR$/testSrc/failures" />
<excludeFolder url="file://$MODULE_DIR$/testSrc/system" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<content url="file://$MODULE_DIR$/resources" />
<content url="file://$MODULE_DIR$/src" />
<content url="file://$MODULE_DIR$/testData" />
<content url="file://$MODULE_DIR$/testSrc" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.android.core" />
<orderEntry type="module" module-name="intellij.android.wizard" />
<orderEntry type="module" module-name="intellij.android.wizard.model" />
<orderEntry type="module" module-name="intellij.android.adt.ui" />
<orderEntry type="module" module-name="intellij.android.adt.ui.model" />
<orderEntry type="module" module-name="intellij.android.observable" />
<orderEntry type="module" module-name="intellij.android.observable.ui" />
<orderEntry type="module" module-name="android.sdktools.flags" />
<orderEntry type="module" module-name="intellij.android.guiTestFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.designer" scope="TEST" />
<orderEntry type="library" scope="TEST" name="truth" level="project" />
<orderEntry type="module" module-name="flutter-intellij-community" />
<orderEntry type="module" module-name="intellij.android.common" />
<orderEntry type="module" module-name="intellij.android.projectSystem" />
<orderEntry type="module" module-name="intellij.android.projectSystem.gradle" />
<orderEntry type="module" module-name="intellij.android.profilers" />
<orderEntry type="module" module-name="intellij.android.profilers.ui" />
<orderEntry type="module" module-name="intellij.android.artwork" />
<orderEntry type="library" name="studio-analytics-proto" level="project" />
<orderEntry type="module" module-name="fest-swing" />
<orderEntry type="module" module-name="android.sdktools.testutils" />
<orderEntry type="module" module-name="intellij.android.gradle.dsl" />
<orderEntry type="module" module-name="intellij.android.projectSystem.gradle.psd" />
<orderEntry type="module" module-name="intellij.android.deploy" />
<orderEntry type="module" module-name="assistant" />
<orderEntry type="library" name="studio-sdk" level="project" />
<orderEntry type="library" name="studio-plugin-gradle" level="project" />
<orderEntry type="library" name="Dart" level="project" />
</component>
</module>