From b8965902ba788663dfb5eaff5020d59b0a6e7138 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Nov 2022 15:15:01 +0530 Subject: [PATCH] chore: cleanup Hilt remnant --- settings.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 456207b1..ca20612f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -76,7 +76,6 @@ dependencyResolutionManagement { includeGroup("androidx.databinding") includeGroup("androidx.exifinterface") includeGroup("androidx.fragment") - includeGroup("androidx.hilt") includeGroup("androidx.interpolator") includeGroup("androidx.lifecycle") includeGroup("androidx.loader")