Files
openide/platform/platform-frontend/intellij.platform.frontend.iml
Nikolay Rykunov 1a5deb0cca [platform] Introduce intellij.platform.frontend module and API to get FrontendType
GitOrigin-RevId: f8a37d81c63e354933b802e1e8abe1de4a9ddc3f
2024-09-30 15:36:54 +00:00

15 lines
748 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" 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="library" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
</component>
</module>