Files
kotlin-fork/core/reflection.jvm/reflection.jvm.iml
T
Alexander Udalov 5e011b92ef Add source roots to modules 'builtins' and 'runtime.jvm'
This is done to be able to write code in the module 'reflection.jvm' in the IDE
without lots of unresolved errors and such
2015-07-06 16:19:55 +03:00

15 lines
677 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="builtins" />
<orderEntry type="module" module-name="runtime.jvm" />
<orderEntry type="module" module-name="descriptors.runtime" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
</component>
</module>