Switch kotlinx-coroutines usages to regular dependency
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
8bc95295eb
commit
8f96157d7f
@@ -67,7 +67,7 @@ dependencies {
|
||||
testCompile(projectTests(":idea")) { isTransitive = false }
|
||||
testCompile(projectTests(":generators:test-generator"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompile(preloadedDeps("kotlinx-coroutines-core"))
|
||||
testCompile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
|
||||
|
||||
testRuntime(projectDist(":kotlin-reflect"))
|
||||
testRuntime(projectDist(":kotlin-script-runtime"))
|
||||
|
||||
Reference in New Issue
Block a user