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
This commit is contained in:
Alexander Udalov
2015-07-01 17:14:44 +03:00
parent feb4dd7b8f
commit 5e011b92ef
6 changed files with 14 additions and 9 deletions
+1
View File
@@ -8,6 +8,7 @@
<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>