Skip to content

Commit

Permalink
rm coroutines dependency from mockk-android (committing so I can test…
Browse files Browse the repository at this point in the history
… on GHA)
  • Loading branch information
aSemy committed Aug 25, 2022
1 parent ad494e0 commit 56b30de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/mockk-android/build.gradle.kts
Expand Up @@ -41,9 +41,6 @@ dependencies {
}
androidTestImplementation(kotlin("reflect"))

implementation(platform(Deps.Libs.kotlinCoroutinesBom))
implementation(Deps.Libs.kotlinCoroutinesCore)

androidTestImplementation("androidx.test:rules:${Deps.Versions.androidxTestRules}")

androidTestImplementation(kotlin("test"))
Expand Down

0 comments on commit 56b30de

Please sign in to comment.