Added HomePage Loading without Image loading

This commit is contained in:
2026-01-17 14:53:02 +01:00
parent 3fd571824f
commit a05497c7bc
19 changed files with 1044 additions and 94 deletions

View File

@@ -62,6 +62,9 @@ dependencies {
implementation(libs.hilt)
implementation(libs.androidx.hilt.navigation.compose)
implementation(libs.datastore)
implementation(libs.okhttp)
implementation(libs.logging.interceptor)
implementation(libs.androidx.compose.foundation)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)