Skip to content

Commit

Permalink
Fix #1326: Move test dependency to test classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Dec 10, 2024
1 parent 62138d3 commit 6738441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ dependencies {
ksp "androidx.room:room-compiler:$roomVersion"

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion"

implementation "com.google.code.gson:gson:$gsonVersion"

Expand All @@ -99,6 +98,7 @@ dependencies {
testImplementation "androidx.arch.core:core-testing:$androidXCoreVersion"
testImplementation "com.google.truth:truth:$truthVersion"
testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion"

androidTestImplementation "junit:junit:$junit4Version"
androidTestImplementation "androidx.test:runner:$androidXTestRunner"
Expand Down

0 comments on commit 6738441

Please sign in to comment.