mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-02-18 01:18:29 -06:00
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:
@@ -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")
|
||||
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user