Files
openide/platform/wsl-impl/intellij.platform.wsl.impl.iml
Nikolay Chashnikov d9f761d7b6 fix dependencies on intellij.libraries.kotlinx.io (IJPL-171921)
intellij.platform.wsl.impl is loaded by the main classloader of the core plugin, so it cannot depend on a content module and uses a direct dependency on the kotlinx-io-core library now. In evaluationPlugin and intellij.federatedCompute.platform, a dependency on the content module is added.

GitOrigin-RevId: 3401ad588183336bab68e2224e4aa17a51f1cd8f
2025-05-19 10:03:24 +00:00

21 lines
1.1 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" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.execution" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="library" name="lz4-java" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.ex" />
<orderEntry type="library" name="ktor-network-tls" level="project" />
<orderEntry type="library" scope="RUNTIME" name="kotlinx-io-core" level="project" />
</component>
</module>