Files
openide/platform/navbar/testFramework/intellij.platform.navbar.testFramework.iml
Daniil Ovchinnikov 7e9194dc61 intellij.platform.navbar.backend.compatibility -> intellij.platform.navbar.backend
GitOrigin-RevId: ed5012046b1acdf0857ea64fb919d858432b0494
2024-06-13 23:08:04 +00:00

16 lines
862 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.platform.navbar.testFramework" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.navbar.backend" />
<orderEntry type="module" module-name="intellij.platform.navbar.frontend" />
</component>
</module>