mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
Add a comment about the copy-pasted event fields Conceal exposed API Implement missing string field converter JBAI-3901 Remove dependency on FUS Conceal platform API Fix references in the documentation Replace IJ's FUS with a custom one Merge-request: IJ-MR-133194 Merged-by: Gleb Marin <Gleb.Marin@jetbrains.com> GitOrigin-RevId: b783a8e8ba7e77c5126b028c39cae7ccb0615024
15 lines
725 B
XML
15 lines
725 B
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$/resources" type="java-resource" />
|
|
<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="library" name="kotlinx-coroutines-core" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
</component>
|
|
</module> |