mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
This is needed to ensure that 'intellij.platform.bootstrap.coroutine' comes before kotlin-stdlib, so it properly overrides DebugProbesKt class, and coroutines dumps work if the IDE or tests are started without packing modules to JARs and without explicitly specified coroutines agent. GitOrigin-RevId: 0c59adc46c2a80e14eafdd7bdfe70ac5c0cf995b
15 lines
834 B
XML
15 lines
834 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.idea.community.main" />
|
|
<orderEntry type="module" module-name="intellij.java" />
|
|
<orderEntry type="module" module-name="intellij.java.ui" />
|
|
<orderEntry type="module" module-name="intellij.python.community.plugin" />
|
|
<orderEntry type="module" module-name="intellij.python.community.plugin.java" />
|
|
<orderEntry type="module" module-name="intellij.python.community.plugin.minor" />
|
|
<orderEntry type="module" module-name="intellij.python.community.plugin.modules" />
|
|
</component>
|
|
</module> |