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
19 lines
861 B
XML
19 lines
861 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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" exported="" name="protobuf-java" level="project" />
|
|
<orderEntry type="library" name="trove4j" level="project" />
|
|
<orderEntry type="library" name="intellij-core" level="project" />
|
|
<orderEntry type="module" module-name="util.runtime" exported="" />
|
|
<orderEntry type="module" module-name="descriptors" exported="" />
|
|
</component>
|
|
</module>
|
|
|