Files
openide/platform/platform-impl/ui/intellij.platform.ide.ui.iml
Vladimir Krivosheev e96b491141 move User32Ex and WinFocusStealer to ide.ui module
GitOrigin-RevId: e5c3a0d406454c1d9d23c3c5d3ec2bebe0d1d38e
2024-10-14 08:01:57 +00:00

17 lines
854 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" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.core" />
<orderEntry type="library" name="jna" level="project" />
</component>
</module>