Files
openide/platform/execution-process-elevation/intellij.execution.process.elevation.iml
Vladimir Krivosheev d73cc76758 IJPL-961 get rid of grpc - do not include into core
GitOrigin-RevId: d65d2ea5e98fe910ae02ec50b5ef2a5d0aa7abb1
2024-04-05 09:47:56 +00:00

21 lines
1.2 KiB
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" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.execution.process.mediator.client" />
<orderEntry type="module" module-name="intellij.execution.process.mediator.daemon" />
<orderEntry type="module" module-name="intellij.execution.process.mediator.common" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="library" name="jna" level="project" />
<orderEntry type="module" module-name="intellij.libraries.grpc" />
</component>
</module>