We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3c3b0 commit 4e53d3eCopy full SHA for 4e53d3e
build.gradle.kts
@@ -26,7 +26,7 @@ plugins {
26
id("com.android.library") version("7.4.2") apply false
27
id ("com.diffplug.spotless") version("6.18.0")
28
id("org.jetbrains.kotlin.kapt") version(Versions.kotlin)
29
- id("com.google.dagger.hilt.android") version ("2.52") apply false
+ id("com.google.dagger.hilt.android") version ("2.53") apply false
30
id("com.gradle.enterprise") version("3.18.2") apply false
31
id("org.jetbrains.kotlin.plugin.serialization") version (Versions.kotlin)
32
}
0 commit comments