Skip to content
Snippets Groups Projects
Unverified Commit 58ccfa61 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Only use coroutines-test in tests. (#1764)

parent db973ba2
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ dependencies {
def coroutineVersion = "1.4.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// ANDROID STANDARD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment