Files
openide/platform/util/storages/intellij.platform.util.io.storages.iml
Ruslan Cheremin 5614fcab25 [refactoring] move StreamlinedBlobStorage implementations to platform.util.io.storages package
- for storages to be available outside `ide.impl`

GitOrigin-RevId: 3cf72dcab7d383b200a1d680781a443fc2e99e71
2024-09-17 19:59:14 +00:00

23 lines
1.4 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" exported="" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.rt" exported="" />
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
<orderEntry type="module" module-name="intellij.platform.util.base" exported="" />
<orderEntry type="module" module-name="intellij.platform.util" exported="" />
<orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
<orderEntry type="library" name="opentelemetry" level="project" />
<orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry" />
</component>
</module>