-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathkotlin.jvm-debugger.testFramework.iml
More file actions
64 lines (64 loc) · 5.1 KB
/
kotlin.jvm-debugger.testFramework.iml
File metadata and controls
64 lines (64 loc) · 5.1 KB
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
<?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$/testSrc" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" scope="TEST" name="jb-jdi" level="project" />
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler-common" level="project" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler-tests" level="project" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-jps-common" level="project" />
<orderEntry type="module" module-name="intellij.android.debuggers" scope="TEST" />
<orderEntry type="module" module-name="intellij.android.kotlin.idea.common" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.debugger" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.debugger.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.debugger.impl.shared" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.execution" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.ui" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.base.analysis" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.base.codeInsight" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.base.compilerConfiguration" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.base.plugin" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.base.psi" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.base.util" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.common.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.jvm.debugger.base.util" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.jvm.debugger.core" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.jvm.debugger.coroutines" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.jvm.debugger.eval4j" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.libraries.asm" scope="TEST" />
<orderEntry type="module" module-name="intellij.libraries.guava" scope="TEST" />
<orderEntry type="module" module-name="intellij.libraries.kotlin.reflect" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.analysis" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.concurrency" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core.ui" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.debugger" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.debugger.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.debugger.impl.shared" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.debugger.impl.ui" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.debugger.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.execution" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.externalSystem" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.jps.model" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.lang.core" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.projectModel" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.scriptDebugger.ui" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
<orderEntry type="module" module-name="kotlin.jvm-debugger.evaluation" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.base.plugin.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.tools.ide.metrics.collector" scope="TEST" />
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
</component>
</module>