mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +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
18 lines
1.3 KiB
XML
18 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" scope="RUNTIME" name="studio-grpc" level="project" />
|
|
<orderEntry type="library" scope="RUNTIME" name="studio-proto" level="project" />
|
|
<orderEntry type="module" module-name="intellij.idea.community.main" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.android.core" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.android.plugin" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.android.layoutlib" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.kotlin.plugin.community.main" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.android.compose-designer" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.android.compose-ide-plugin" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.android.design-plugin" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.android.navigator" scope="RUNTIME" />
|
|
</component>
|
|
</module> |