Skip to content

Commit

Permalink
Fix package dependency typo
Browse files Browse the repository at this point in the history
for com.google.dagger:hilt-android-compiler
  • Loading branch information
LZRS committed Feb 26, 2024
1 parent 8613858 commit 92c4440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ dependencies {

// Hilt test dependencies
testImplementation("com.google.dagger:hilt-android-testing:${Deps.versions.hiltVersion}")
kaptTest("com.google.dagger:hilt-android-compiler:$${Deps.versions.hiltVersion}")
kaptTest("com.google.dagger:hilt-android-compiler:${Deps.versions.hiltVersion}")

testImplementation(Deps.junit5_api)
testRuntimeOnly(Deps.junit5_engine)
Expand Down

0 comments on commit 92c4440

Please sign in to comment.