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 -2
View File
@@ -7,8 +7,8 @@ dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(projectDist(":kotlin-stdlib"))
compileOnly(project(":kotlin-reflect-api"))
compile(preloadedDeps("kotlinx-coroutines-core"))
compile(projectDist(":kotlin-reflect-api"))
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
}
sourceSets {