summaryrefslogtreecommitdiff
path: root/plugins/kotlin/gradle/gradle-tooling/kotlin.gradle.gradle-tooling.iml
blob: 5507bdd3aa1971d0b25dfd010f5eab13f547dc2f (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
<?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=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" LANGUAGE_LEVEL="JDK_1_8" 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" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="kotlinc.kotlin-stdlib" level="project" />
    <orderEntry type="library" name="kotlinc.kotlin-reflect" level="project" />
    <orderEntry type="module" module-name="kotlin.project-model" />
    <orderEntry type="module" module-name="intellij.gradle.toolingExtension" />
    <orderEntry type="module" module-name="intellij.gradle.toolingExtension.impl" />
  </component>
</module>