mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
Kotlin JPS plugin is going to be migrated to Kotlin repo (in scope of KTIJ-11633), so let's replace all dependencies on sources with dependencies on binaries GitOrigin-RevId: 83fa7ffc92b40fc9740d103013ef3341068593b5
20 lines
1.1 KiB
XML
20 lines
1.1 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$/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="kotlinc.kotlin-stdlib" level="project" />
|
|
<orderEntry type="library" name="kotlinc.kotlin-compiler" level="project" />
|
|
<orderEntry type="library" name="kotlinc.kotlin-scripting-compiler" level="project" />
|
|
<orderEntry type="library" name="kotlinc.kotlin-jps-common" level="project" />
|
|
<orderEntry type="module" module-name="kotlin.core" />
|
|
<orderEntry type="module" module-name="kotlin.gradle.gradle-java" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
|
<orderEntry type="module" module-name="intellij.gradle.common" />
|
|
</component>
|
|
</module> |