Files
openide/platform/core-ui/intellij.platform.core.ui.iml
Vladimir Krivosheev eb2b831e98 IDEA-335144 serializable CachedImageIcon resolver
GitOrigin-RevId: 056254d28b2634e1b537635ba026ca940ac082c5
2023-10-18 23:33:28 +02:00

16 lines
800 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$/src" isTestSource="false" packagePrefix="com.intellij" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="hash4j" level="project" />
</component>
</module>