We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5cbc0 commit 2053133Copy full SHA for 2053133
1 file changed
README.md
@@ -74,7 +74,8 @@ The project follows **Clean Architecture** principles combined with **MVVM (Mode
74
75
### Project Structure
76
77
-```├── data/
+```
78
+├── data/
79
│ ├── di/ # Hilt Modules
80
│ ├── network/ # Retrofit DTOs and API Service
81
│ ├── room_database/ # Room Entities and DAOs
@@ -88,7 +89,8 @@ The project follows **Clean Architecture** principles combined with **MVVM (Mode
88
89
│ └── pokemon_details/ # Detail feature (Screen, ViewModel, State)
90
├── ui/
91
│ └── theme/ # Compose Theme (Color, Type, etc.)
-└── utils/ # Extension functions and generic classes```
92
+└── utils/ # Extension functions and generic classes
93
94
95
## 🔧 Versioning
96
0 commit comments