integrated hilt so we dont have to manually pass context and inject retrofit in andriod

This commit is contained in:
Alex
2026-04-04 18:15:05 -06:00
parent 4ea76ddab5
commit ddc8e98c19
37 changed files with 504 additions and 194 deletions

View File

@@ -1,4 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.hilt) apply false
}