Switch kotlinx-coroutines usages to regular dependency
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
8bc95295eb
commit
8f96157d7f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user