mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[ml tools] Fix missing internal api status [ml tools] Fix minor issues [ml tools] Fix merge issues [ml tools] Add licenses [ml tools] Add dependency on ml api library [ml tools] Add dependency on ml api library Merge-request: IJ-MR-141881 Merged-by: Gleb Marin <Gleb.Marin@jetbrains.com> GitOrigin-RevId: cffb6cb5170b5f105adfe589085e43b9cb21bb31
16 lines
820 B
XML
16 lines
820 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" />
|
|
<orderEntry type="library" exported="" name="jetbrains.mlapi.extension" level="project" />
|
|
</component>
|
|
</module> |