Remove explicit dependency androix.compose.material (#6199)
* Remove explicit dependency for `androix.compose.material` for compose library modules * Ensure `Button` uses the `material3.Icon` instead of the `material.Icon` * Remove entry in `libs.versions.toml`
This commit is contained in:
parent
f9210a3506
commit
0f170b671b
3 changed files with 1 additions and 3 deletions
|
|
@ -126,7 +126,6 @@ androidx_compose_ui_tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|||
androidx_compose_ui_tooling_preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
androidx_compose_ui_test_manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
||||
androidx_compose_ui_test_junit = { module = "androidx.compose.ui:ui-test-junit4-android" }
|
||||
androidx_compose_material = { module = "androidx.compose.material:material" }
|
||||
androidx_compose_material_icons = { module = "androidx.compose.material:material-icons-extended" }
|
||||
|
||||
# Coroutines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue