WIP: Sets up overview view model with TodoFileRepository singleton

This commit is contained in:
Dennis Schoepf 2025-05-14 11:01:55 +02:00
parent 2da2e011bc
commit 6478ea70f9
10 changed files with 92 additions and 39 deletions

View file

@ -12,6 +12,7 @@ navigationCompose = "2.8.9"
kotlinxSerialization = "1.7.3"
hilt = "2.56.2"
ksp = "2.1.20-2.0.1"
hiltNavigation = "1.2.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@ -32,6 +33,7 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3"
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
hilt-navigation = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigation" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }