Files
openide/platform/kernel/rpc/intellij.platform.rpc.iml
Daniil Ovchinnikov e21c62f888 IJPL-158930 use source dependencies instead of libraries
GitOrigin-RevId: 1e3eadc80f542a6d46336c34b8e8d04a9f33c231
2024-08-30 18:07:30 +00:00

17 lines
931 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" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="com.intellij.platform.rpc" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="rpc-compiler-plugin" level="project" />
<orderEntry type="library" exported="" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="fleet.util.logging.api" />
<orderEntry type="module" module-name="fleet.rpc" exported="" />
<orderEntry type="module" module-name="intellij.platform.core" />
</component>
</module>