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
@@ -36,7 +36,8 @@ dependencies {
compile(project(":plugins:uast-kotlin-idea"))
compile(project(":kotlin-script-util")) { isTransitive = false }
compile(preloadedDeps("markdown", "kotlinx-coroutines-core"))
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
compile(preloadedDeps("markdown"))
testCompile(project(":kotlin-test:kotlin-test-junit"))
testCompile(projectTests(":compiler:tests-common"))