Files
openide/plugins/kotlin/scripting-support/kotlin.scripting-support.iml
Mikhail Zarechenskiy f50b5bdecc [kotlin] Use correct library to kotlin-stdlib-jdk8
GitOrigin-RevId: 9dc28804cc40be617238de594f82d1b6a8f78f06
2021-06-30 09:06:09 +00:00

45 lines
2.7 KiB
XML

<?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" />
</compilerSettings>
<compilerArguments>
<option name="jvmTarget" value="1.8" />
<option name="languageVersion" value="1.4" />
<option name="apiVersion" value="1.4" />
</compilerArguments>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.core" scope="RUNTIME" />
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-reflect" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-compiler" level="project" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-scripting-compiler" level="project" />
<orderEntry type="library" scope="TEST" name="kotlin-script-runtime" level="project" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-script-util" level="project" />
<orderEntry type="module" module-name="kotlin.common" scope="TEST" />
<orderEntry type="module" module-name="kotlin.core" scope="TEST" />
<orderEntry type="module" module-name="kotlin.fir.frontend-independent" scope="TEST" />
<orderEntry type="module" module-name="kotlin.idea.tests" scope="TEST" />
<orderEntry type="module" module-name="kotlin.idea" scope="TEST" />
<orderEntry type="module" module-name="kotlin.jvm" scope="TEST" />
<orderEntry type="module" module-name="kotlin.jvm-debugger.coroutines" scope="TEST" />
<orderEntry type="module" module-name="kotlin.tests-common" scope="TEST" />
<orderEntry type="module" module-name="kotlin.test-framework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.editor" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.vcs.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.psi" scope="TEST" />
</component>
</module>