'Configure as Kotlin (java) modules' doesn't work properly if several modules depends on KotlinJavaRuntime

#KT-5595 Fixed
This commit is contained in:
Nikolay Krasko
2014-08-08 22:27:41 +04:00
parent 2dbc328693
commit 51aa70eba8
11 changed files with 147 additions and 8 deletions
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/module1.iml" filepath="$PROJECT_DIR$/module1.iml" />
<module fileurl="file://$PROJECT_DIR$/module2.iml" filepath="$PROJECT_DIR$/module2.iml" />
</modules>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK"/>
<component name="libraryTable">
<library name="KotlinJavaScript">
<CLASSES>
<root url="jar://$TEMP_TEST_DIR$/kotlin-jslib.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$TEMP_TEST_DIR$/kotlin-jslib.jar!/src" />
</SOURCES>
</library>
</component>
</project>