Files
openide/python/pluginCore/intellij.python.community.plugin.iml
T
Ilya.Kazakevichandintellij-monorepo-bot 67d4242914 PY-90171: make community.impl mandatory in monolyth mode, depend explicitly on toml pluigin.
Python support can't work without `community.impl` nor does it work without toml.

GitOrigin-RevId: 34fe2417338edd79e2b1ca3e564bbfb07946c5e7
2026-06-09 17:27:04 +00:00

13 lines
576 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" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="module" module-name="intellij.toml" scope="RUNTIME" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.lang" />
</component>
</module>