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 4f0f22b commit 563c652Copy full SHA for 563c652
build.gradle.kts
@@ -25,7 +25,7 @@ plugins {
25
id("com.android.application") version("7.4.2") apply false
26
id("com.android.library") version("7.4.2") apply false
27
id("org.jetbrains.kotlin.kapt") version(Versions.kotlin)
28
- id("com.google.dagger.hilt.android") version ("2.55") apply false
+ id("com.google.dagger.hilt.android") version ("2.56.1") apply false
29
id("com.gradle.enterprise") version("3.19.2") apply false
30
id("org.jetbrains.kotlin.plugin.serialization") version (Versions.kotlin)
31
}
0 commit comments