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
@@ -63,5 +63,6 @@
<orderEntry type="module" module-name="descriptors" />
<orderEntry type="module" module-name="kotlin-gradle-tooling" />
<orderEntry type="module" module-name="build-common" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
</component>
</module>