Fixing problem of hanging wait for jps process in idea by using a native-platform lib for platform-specific daemon execution

Adding native-platform uberjar contents to kotlin jps plugin jar
This commit is contained in:
Ilya Chernikov
2015-09-30 15:42:36 +02:00
parent 6848628f4a
commit 50f482e50f
6 changed files with 82 additions and 12 deletions
+1
View File
@@ -22,6 +22,7 @@
<element id="module-output" name="kotlinr" />
<element id="module-output" name="rmi-interface" />
<element id="module-output" name="deserialization" />
<element id="extracted-dir" path="$PROJECT_DIR$/dependencies/native-platform-uberjar.jar" path-in-jar="/" />
</root>
</artifact>
</component>
+9
View File
@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="native-platform-uberjar">
<CLASSES>
<root url="jar://$PROJECT_DIR$/dependencies/native-platform-uberjar.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>