add dagger/hilt

This commit is contained in:
odweta
2026-08-17 10:13:24 +02:00
parent 8648c130ea
commit d16fab2dc6
38 changed files with 989 additions and 0 deletions
+5
View File
@@ -0,0 +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.kotlin.compose) apply false
}