Files
openide/plugins/evaluation-plugin/intellij.evaluationPlugin.iml
Andrei Efanov 7892d33c7c [evaluation-plugin] fix: configure projects using warmup util (GO-16057)
GitOrigin-RevId: ff97d17322c510af9f0e7ee3ab432725ba424964
2024-02-20 17:58:01 +00:00

28 lines
1.6 KiB
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="intellij.evaluationPlugin.languages" />
<orderEntry type="module" module-name="intellij.evaluationPlugin.core" />
<orderEntry type="module" module-name="intellij.completionMlRanking" />
<orderEntry type="module" module-name="intellij.statsCollector" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module" module-name="intellij.platform.serviceContainer" />
<orderEntry type="module" module-name="intellij.platform.ml" />
<orderEntry type="library" name="clikt" level="project" />
<orderEntry type="library" name="gson" level="project" />
<orderEntry type="library" name="commons-text" level="project" />
<orderEntry type="module" module-name="intellij.platform.inspect" />
<orderEntry type="module" module-name="intellij.platform.warmup" />
</component>
</module>