Files
openide/plugins/kotlin/scripting-plugin/kotlin.scripting-plugin.iml
Andrew Kozlov 7af8a3d455 [kotlin] KTIJ-28619, KTIJ-28628 excess dependencies
GitOrigin-RevId: 7f24d11a7d1f43d1e3ed2ea6c892b15f0ebb3bca
2024-06-06 00:08:36 +00:00

18 lines
945 B
XML

<?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$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
<orderEntry type="module" module-name="kotlin.jsr223" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.impl" />
</component>
</module>