mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
'deserialization' stays in core because it's needed both in compiler and reflection, but 'serialization' is used only in the compiler
17 lines
846 B
XML
17 lines
846 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="frontend" exported="" />
|
|
<orderEntry type="library" scope="PROVIDED" name="intellij-core" level="project" />
|
|
<orderEntry type="library" name="javax.inject" level="project" />
|
|
<orderEntry type="module" module-name="deserialization" />
|
|
<orderEntry type="module" module-name="descriptor.loader.java" exported="" />
|
|
<orderEntry type="module" module-name="util" />
|
|
</component>
|
|
</module> |