Skip to content

Commit

Permalink
fix duplicate class dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mutukuian committed May 15, 2024
1 parent 53188d1 commit 7b6183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.12.0")
androidTestImplementation("io.mockk:mockk-android:1.12.0")

testImplementation ("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2")
testImplementation ("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")



Expand Down

0 comments on commit 7b6183a

Please sign in to comment.