Files
openide/plugins/kotlin/base/compiler-configuration/kotlin.base.compiler-configuration.iml
Dmitrii Gridin 73e117f62a [kotlin] drop 'kotlinc.kotlin-compiler-fe10' from base modules
A few modules are still left due to a complex dependency on fe10,
so the issue cannot be marked as fixed yet

^KTIJ-29898

GitOrigin-RevId: 66bb3d0e332c1d76727c395cd0464c35f20df6b3
2024-05-15 12:53:25 +00:00

17 lines
900 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$/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-common" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-jps-common" level="project" />
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
</component>
</module>