Switch kotlinx-coroutines usages to regular dependency

This commit is contained in:
Ilya Chernikov
2017-11-08 18:09:33 +01:00
committed by Vyacheslav Gerasimov
parent 8bc95295eb
commit 8f96157d7f
8 changed files with 16 additions and 32 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ dependencies {
compile(project(":idea:ide-common"))
compile(project(":idea:idea-jps-common"))
compile(project(":plugins:android-extensions-compiler"))
compile(preloadedDeps("kotlinx-coroutines-core", "kotlinx-coroutines-jdk8"))
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8")) { isTransitive = false }
}
afterEvaluate {