Files
openide/plugins/kotlin/bundled-compiler-plugins-support/kotlin.bundled-compiler-plugins-support.iml
Ilya Kirillov a2bbe4d318 Remove snapshot kotlin stdlib from Kotlin plugin
^KT-62510
^KTIJ-20529 fixed

GitOrigin-RevId: a49099902566abb23dfb56a578b368b4973e332f
2023-10-20 20:53:09 +00:00

25 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin" />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<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="kotlinc.kotlin-compiler-fe10" level="project" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="library" name="kotlinc.allopen-compiler-plugin" level="project" />
<orderEntry type="library" name="kotlinc.kotlinx-serialization-compiler-plugin" level="project" />
<orderEntry type="library" name="kotlinc.sam-with-receiver-compiler-plugin" level="project" />
<orderEntry type="library" name="kotlinc.noarg-compiler-plugin" level="project" />
<orderEntry type="library" name="kotlinc.lombok-compiler-plugin" level="project" />
<orderEntry type="library" name="kotlinc.assignment-compiler-plugin" level="project" />
<orderEntry type="library" name="kotlinc.parcelize-compiler-plugin" level="project" />
<orderEntry type="library" name="kotlinc.scripting-compiler-plugin" level="project" />
</component>
</module>