-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathintellij.android.kotlin-integration-tests.iml
28 lines (28 loc) · 1.96 KB
/
intellij.android.kotlin-integration-tests.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="studio-test-platform" level="project" />
<orderEntry type="library" scope="TEST" name="truth" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" scope="TEST" name="mockito" level="project" />
<orderEntry type="library" scope="TEST" name="protobuf" level="project" />
<orderEntry type="module" module-name="intellij.android.adt.testutils" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.core" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.kotlin.idea" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.kotlin.output.parser" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.plugin" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.testutils" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.extensions" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.uast" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.util" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" />
</component>
</module>