summaryrefslogtreecommitdiff
path: root/plugins/kotlin/gradle/gradle-idea/kotlin.gradle.gradle-idea.iml
blob: 0ebc26674ae399801f583692677524eece3cd96b (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
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
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="FacetManager">
    <facet type="kotlin-language" name="Kotlin">
      <configuration version="3" platform="JVM 1.8" allPlatforms="JVM [1.8]" useProjectSettings="false">
        <compilerSettings>
          <option name="additionalArguments" value="-version -Xstrict-java-nullability-assertions -Xjvm-default=enable -Xuse-old-backend -Xopt-in=kotlin.RequiresOptIn -Xopt-in=org.jetbrains.kotlin.gradle.ExperimentalGradleToolingApi -Xopt-in=kotlin.io.path.ExperimentalPathApi -Xopt-in=com.intellij.openapi.util.IntellijInternalApi" />
        </compilerSettings>
        <compilerArguments>
          <option name="languageVersion" value="1.5" />
          <option name="apiVersion" value="1.5" />
        </compilerArguments>
      </configuration>
    </facet>
  </component>
  <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$/resources" type="java-resource" />
      <sourceFolder url="file://$MODULE_DIR$/resources-en" type="java-resource" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="module" module-name="intellij.platform.core" scope="RUNTIME" />
    <orderEntry type="library" name="kotlinc.kotlin-stdlib" level="project" />
    <orderEntry type="library" name="kotlinx-coroutines-jdk8" level="project" />
    <orderEntry type="library" name="Guava" level="project" />
    <orderEntry type="library" name="Gradle" level="project" />
    <orderEntry type="library" name="Trove4j" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-compiler-fe10" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-scripting-compiler" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-scripting-compiler-impl" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-script-runtime" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-scripting-common" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-scripting-jvm" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-gradle-statistics" level="project" />
    <orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler-tests" level="project" />
    <orderEntry type="module" module-name="kotlin.common" />
    <orderEntry type="module" module-name="kotlin.core" />
    <orderEntry type="module" module-name="kotlin.project-model" />
    <orderEntry type="module" module-name="kotlin.fir.frontend-independent" />
    <orderEntry type="library" name="kotlinc.kotlin-jps-common" level="project" />
    <orderEntry type="module" module-name="kotlin.jvm" />
    <orderEntry type="module" module-name="kotlin.idea" />
    <orderEntry type="module" module-name="kotlin.formatter" />
    <orderEntry type="module" module-name="kotlin.gradle.gradle-tooling" />
    <orderEntry type="module" module-name="kotlin.native" />
    <orderEntry type="module" module-name="kotlin.compiler-plugins.kapt" scope="RUNTIME" />
    <orderEntry type="module" module-name="kotlin.compiler-plugins.scripting" scope="RUNTIME" />
    <orderEntry type="module" module-name="kotlin.project-wizard.idea" scope="RUNTIME" />
    <orderEntry type="module" module-name="intellij.platform.objectSerializer.annotations" />
    <orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
    <orderEntry type="module" module-name="intellij.platform.externalSystem" />
    <orderEntry type="module" module-name="intellij.platform.ide.impl" />
    <orderEntry type="module" module-name="intellij.platform.diff.impl" />
    <orderEntry type="module" module-name="intellij.platform.debugger" />
    <orderEntry type="module" module-name="intellij.platform.core.ui" />
    <orderEntry type="module" module-name="intellij.platform.ide.util.io" />
    <orderEntry type="module" module-name="intellij.java.impl" />
    <orderEntry type="module" module-name="intellij.java.ui" />
    <orderEntry type="module" module-name="intellij.java.execution.impl" />
    <orderEntry type="module" module-name="intellij.java.compiler.impl" />
    <orderEntry type="module" module-name="intellij.gradle.common" />
    <orderEntry type="module" module-name="intellij.gradle.toolingExtension.impl" />
    <orderEntry type="library" name="kotlinc.kotlin-reflect" level="project" />
  </component>
</module>