Skip to content

Commit

Permalink
Fix dagger-hilt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Dec 8, 2024
1 parent 6dbaed4 commit 59d728b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flow_preferences_version = "1.9.1"
hilt_navigation_compose_version = "1.2.0"
kotlinx_coroutines_core_version = "1.9.0"
lifecycle_version = "2.8.7"
hilt_version = "2.52"
hilt_version = "2.53"
gson_version = "2.11.0"


Expand Down Expand Up @@ -113,4 +113,4 @@ ben-manes-versions = { id = "com.github.ben-manes.versions", version.ref = "ben-
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp_version" }

compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin_version" }
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin_version" }
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin_version" }

0 comments on commit 59d728b

Please sign in to comment.