Skip to content

Commit

Permalink
chore: Migrate from hilt-android-compiler to hilt-compiler (WPB-8645) (
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine authored Jan 8, 2025
1 parent eaa35af commit f45ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime

# Dependency Injection
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
hilt-navigationCompose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hilt-composeNavigation" }
hilt-test = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt-work" }
Expand Down

0 comments on commit f45ed9e

Please sign in to comment.