Skip to content

Commit

Permalink
build: app: Use KSP for Hilt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Sep 2, 2023
1 parent e11b455 commit 078679a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ dependencies {
// Hilt
val hiltVersion = "2.48"
implementation("com.google.dagger:hilt-android:$hiltVersion")
kapt("com.google.dagger:hilt-android-compiler:$hiltVersion")
kapt("androidx.hilt:hilt-compiler:1.0.0")
ksp("com.google.dagger:hilt-android-compiler:$hiltVersion")
ksp("androidx.hilt:hilt-compiler:1.1.0-alpha01")

// In-app review - Play Services
"gmsImplementation"("com.google.android.play:core:1.10.3")
Expand Down

0 comments on commit 078679a

Please sign in to comment.