Add kotlinx.coroutines to IDEA dependencies

Add some cool coroutine-based stuff
Like CoroutineDispatcher for EDT
This commit is contained in:
Simon Ogorodnik
2017-03-29 22:21:15 +03:00
parent f255f2a1e0
commit 6cbeffe4b2
6 changed files with 53 additions and 0 deletions
+1
View File
@@ -103,6 +103,7 @@
<element id="module-output" name="kotlin-gradle-tooling" />
</element>
<element id="library" level="project" name="uast-java" />
<element id="library" level="project" name="kotlinx-coroutines-core" />
</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="kotlinx-coroutines-core">
<CLASSES>
<root url="jar://$PROJECT_DIR$/dependencies/kotlinx-coroutines-core.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/dependencies/kotlinx-coroutines-core-sources.jar!/" />
</SOURCES>
</library>
</component>