From 375b058a288f3d8bd354a0d481c49d83e41a113c Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Fri, 23 Jun 2017 22:57:23 +0300 Subject: [PATCH] Add coroutines-jdk8 to project --- .idea/artifacts/KotlinPlugin.xml | 1 + .idea/libraries/kotlinx_coroutines_jdk8.xml | 11 +++++++++++ idea/idea-analysis/idea-analysis.iml | 2 ++ idea/idea-core/idea-core.iml | 1 + update_dependencies.xml | 3 +++ 5 files changed, 18 insertions(+) create mode 100644 .idea/libraries/kotlinx_coroutines_jdk8.xml diff --git a/.idea/artifacts/KotlinPlugin.xml b/.idea/artifacts/KotlinPlugin.xml index cfd98e040c7..eb3db693f3b 100644 --- a/.idea/artifacts/KotlinPlugin.xml +++ b/.idea/artifacts/KotlinPlugin.xml @@ -106,6 +106,7 @@ + diff --git a/.idea/libraries/kotlinx_coroutines_jdk8.xml b/.idea/libraries/kotlinx_coroutines_jdk8.xml new file mode 100644 index 00000000000..f6a74dbb003 --- /dev/null +++ b/.idea/libraries/kotlinx_coroutines_jdk8.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/idea/idea-analysis/idea-analysis.iml b/idea/idea-analysis/idea-analysis.iml index e5814032f73..ea3b3ef65a4 100644 --- a/idea/idea-analysis/idea-analysis.iml +++ b/idea/idea-analysis/idea-analysis.iml @@ -37,5 +37,7 @@ + + \ No newline at end of file diff --git a/idea/idea-core/idea-core.iml b/idea/idea-core/idea-core.iml index 0e237f1916c..5f3a7dc5d98 100644 --- a/idea/idea-core/idea-core.iml +++ b/idea/idea-core/idea-core.iml @@ -18,5 +18,6 @@ + \ No newline at end of file diff --git a/update_dependencies.xml b/update_dependencies.xml index e7dfbbba92e..1e9a5add14e 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -224,6 +224,9 @@ + +