Fix worker inject

This commit is contained in:
darken
2022-09-14 18:00:18 +02:00
committed by Matthias Urhahn
parent 6ea3127f9c
commit 2861bfbd47
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -50,6 +50,7 @@ fun DependencyHandlerScope.addDagger() {
kapt("com.google.dagger:dagger-android-processor:${Versions.Dagger.core}")
implementation("com.google.dagger:hilt-android:${Versions.Dagger.core}")
kapt("androidx.hilt:hilt-compiler:1.0.0")
kapt("com.google.dagger:hilt-android-compiler:${Versions.Dagger.core}")
testImplementation("com.google.dagger:hilt-android-testing:${Versions.Dagger.core}")