Skip to content

Commit

Permalink
remove dep on org.jetbrains.kotlinx:kotlinx-coroutines-test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 11, 2021
1 parent 1cca916 commit 75fde2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
testImplementation("org.mockito:mockito-inline:3.9.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion")
}

java {
Expand Down

0 comments on commit 75fde2f

Please sign in to comment.