mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Remove intellij-core from dependencies of modules which already depend on frontend or any module that exports frontend (such as frontend.java)
14 lines
582 B
XML
14 lines
582 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="module" module-name="util" />
|
|
<orderEntry type="module" module-name="cli" />
|
|
<orderEntry type="module" module-name="frontend" />
|
|
</component>
|
|
</module> |