db9d0e381b
BuiltInsSerializer will be distributed with Kotlin compiler from now on. This will allow to serialize binary data of built-ins on 'ant dist', as opposed to storing all *.kotlin_class files in the repository: ant dist will just invoke this serializer from bootstrap-compiler.jar
26 lines
1.2 KiB
XML
26 lines
1.2 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$" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="protobuf-java" level="project" />
|
|
<orderEntry type="module" module-name="backend" />
|
|
<orderEntry type="module" module-name="frontend" />
|
|
<orderEntry type="module" module-name="frontend.java" />
|
|
<orderEntry type="module" module-name="cli" />
|
|
<orderEntry type="module" module-name="jet.as.java.psi" />
|
|
<orderEntry type="library" name="idea-full" level="project" />
|
|
<orderEntry type="library" name="dx-android" level="project" />
|
|
<orderEntry type="module" module-name="serialization" />
|
|
<orderEntry type="module" module-name="serialization.java" />
|
|
<orderEntry type="module" module-name="descriptor.loader.java" />
|
|
<orderEntry type="module" module-name="util" />
|
|
<orderEntry type="module" module-name="builtins-serializer" />
|
|
</component>
|
|
</module>
|
|
|