chore: add Lucide icons dependency and replace Material Icons in navigation
This commit is contained in:
@@ -17,6 +17,7 @@ datastore = "1.1.1"
|
||||
media3 = "1.3.1"
|
||||
coil = "2.6.0"
|
||||
navigation = "2.7.7"
|
||||
lucide = "1.0.0"
|
||||
mockk = "1.13.11"
|
||||
turbine = "1.1.0"
|
||||
coroutinesTest = "1.8.1"
|
||||
@@ -38,6 +39,7 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
|
||||
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
||||
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||||
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
|
||||
lucide = { group = "com.composables", name = "icons-lucide", version.ref = "lucide" }
|
||||
androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version = "1.2.0" }
|
||||
|
||||
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
||||
|
||||
Reference in New Issue
Block a user