blob: c86b55a19763d1f4e066ad1e994cb6a935c347d4 (
plain)
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
|
<?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$/testSrc">
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="studio-sdk" level="project" />
<orderEntry type="library" name="studio-plugin-gradle" level="project" />
<orderEntry type="module" module-name="intellij.android.core" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.common" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.projectSystem" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.wizardTemplate.plugin" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.adt.testutils" scope="TEST" />
<orderEntry type="module" module-name="android.sdktools.testutils" scope="TEST" />
<orderEntry type="module" module-name="analytics-tracker" scope="TEST" />
<orderEntry type="module" module-name="android.sdktools.analytics-testing" scope="TEST" />
<orderEntry type="library" scope="TEST" name="studio-analytics-proto" level="project" />
<orderEntry type="library" scope="TEST" name="mockito" level="project" />
<orderEntry type="library" scope="TEST" name="truth" level="project" />
<orderEntry type="module" module-name="intellij.android.kotlin.extensions" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.android.projectSystem.gradle" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.android.wizardTemplate.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.sdkUpdates" scope="TEST" />
<orderEntry type="module" module-name="intellij.lint" scope="TEST" />
<orderEntry type="module" module-name="android.sdktools.lint-checks" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.newProjectWizard" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.templates" scope="TEST" />
<orderEntry type="module" module-name="android.sdktools.flags" scope="TEST" />
</component>
</module>
|