Add dependency for idea module from kotlin runtime

This commit is contained in:
Nikolay Krasko
2013-08-21 15:00:47 +04:00
parent 05e48d5d77
commit c246c325f4
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@
<element id="module-output" name="preloader" />
</element>
</element>
<element id="library" level="project" name="kotlin-runtime" />
</element>
<element id="directory" name="kotlinc">
<element id="dir-copy" path="$PROJECT_DIR$/dist/kotlinc" />
+11
View File
@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="kotlin-runtime">
<CLASSES>
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime.jar!/src" />
</SOURCES>
</library>
</component>
+1
View File
@@ -36,6 +36,7 @@
<orderEntry type="module" module-name="jps-plugin" scope="TEST" />
<orderEntry type="library" scope="PROVIDED" name="properties" level="project" />
<orderEntry type="library" scope="PROVIDED" name="java-i18n" level="project" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
<orderEntry type="module" module-name="serialization" />
<orderEntry type="module" module-name="serialization.java" />
</component>