Skip to content

Commit

Permalink
Add Hilt dependencies in app build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelguzmanr committed May 17, 2024
1 parent e530380 commit 9b38cdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ dependencies {
ksp(libs.bundles.appKsp)
testImplementation(libs.bundles.appUnitTest)
androidTestImplementation(libs.bundles.appAndroidTest)

// Hilt dependencies
implementation(libs.com.google.dagger.hilt.android)
ksp(libs.com.google.dagger.hilt.android.compiler)
}

0 comments on commit 9b38cdb

Please sign in to comment.