Files
openide/platform/locking.impl/intellij.platform.locking.impl.iml
Konstantin Nisht 03dce4a756 [threading] IJPL-148438: Extract implementation for locks to a separate module
GitOrigin-RevId: 4f501adff06ed8c9de63b85c652b888df4487e11
2025-06-13 19:47:06 +00:00

19 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" packagePrefix="com.intellij.platform.locking.impl" />
</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="library" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.rt" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
<orderEntry type="library" name="jetbrains.intellij.deps.rwmutex.idea" level="project" />
<orderEntry type="module" module-name="intellij.platform.core" />
</component>
</module>