From 05e35dc00e2420b5bac32c314190c584cd8377c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:28:24 +0000 Subject: [PATCH] Update dependency androidx.hilt:hilt-compiler to v1.2.0 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cdbc246..3a3f7de 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { implementation("com.google.dagger:hilt-android:2.50") ksp("com.google.dagger:hilt-compiler:2.50") implementation("androidx.hilt:hilt-common:1.1.0") - ksp("androidx.hilt:hilt-compiler:1.1.0") + ksp("androidx.hilt:hilt-compiler:1.2.0") //Miscellaneous implementation("androidx.core:core-ktx:1.12.0")