Skip to content

Commit

Permalink
Add testing artifacts as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 21, 2024
1 parent beb0e33 commit aaceb7a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ class GamedgeDaggerHiltPlugin : Plugin<Project> {

add("implementation", libs.hiltBinder.get())
add("ksp", libs.hiltBinderCompiler.get())

add("androidTestImplementation", libs.daggerHiltTesting.get())
add("kaptAndroidTest", libs.daggerHiltAndroidCompiler.get())
}
}
3 changes: 0 additions & 3 deletions database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,4 @@ dependencies {
androidTestImplementation(libs.coroutinesTesting)
androidTestImplementation(libs.turbine)
androidTestImplementation(libs.roomTesting)

androidTestImplementation(libs.daggerHiltTesting)
kaptAndroidTest(libs.daggerHiltAndroidCompiler)
}
3 changes: 0 additions & 3 deletions gamespot-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,4 @@ dependencies {
androidTestImplementation(libs.jUnitExt)
androidTestImplementation(libs.truth)
androidTestImplementation(libs.mockWebServer)

androidTestImplementation(libs.daggerHiltTesting)
kaptAndroidTest(libs.daggerHiltAndroidCompiler)
}
3 changes: 0 additions & 3 deletions igdb-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,4 @@ dependencies {
androidTestImplementation(libs.jUnitExt)
androidTestImplementation(libs.truth)
androidTestImplementation(libs.mockWebServer)

androidTestImplementation(libs.daggerHiltTesting)
kaptAndroidTest(libs.daggerHiltAndroidCompiler)
}

0 comments on commit aaceb7a

Please sign in to comment.