- [x] Open `settings.gradle` and verify project name - [x] Sync Gradle project - [x] Add Kotlin Coroutines dependency - [x] Add AndroidX Core KTX dependency - [x] Add Lifecycle (ViewModel, LiveData) dependency - [x] Add Navigation Component dependency - [x] Add Material Components dependency - [x] Add Hilt (dependency injection) dependencies - [x] Add Retrofit + OkHttp dependencies - [x] Add Gson / Moshi (JSON parsing) dependency - [x] Add Room database dependency - [x] Sync Gradle after adding dependencies
settings.gradleand verify project name