fix(deps): update dependency androidx.hilt:hilt-compiler to v1.2.0 (#802)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-02 12:23:22 +05:30
committed by GitHub
parent d478f2dac9
commit 10aabc52e7
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ dependencies {
kapt("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
implementation("androidx.hilt:hilt-work:1.0.0")
// When using Kotlin.
kapt("androidx.hilt:hilt-compiler:1.0.0")
kapt("androidx.hilt:hilt-compiler:1.2.0")
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")

View File

@@ -55,7 +55,7 @@ dependencies {
kapt("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
api("androidx.hilt:hilt-work:1.0.0")
// When using Kotlin.
kapt("androidx.hilt:hilt-compiler:1.0.0")
kapt("androidx.hilt:hilt-compiler:1.2.0")
api("androidx.work:work-runtime-ktx:2.8.1")