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
17cf0efd13
commit
3a565e6065
3 changed files with 1 additions and 3 deletions
|
|
@ -74,7 +74,6 @@ fun DependencyHandlerScope.composeDependencies(libs: LibrariesForLibs) {
|
|||
implementation(composeBom)
|
||||
androidTestImplementation(composeBom)
|
||||
implementation(libs.androidx.compose.ui)
|
||||
implementation(libs.androidx.compose.material)
|
||||
implementation(libs.androidx.compose.material3)
|
||||
implementation(libs.androidx.compose.material.icons)
|
||||
implementation(libs.androidx.compose.ui.tooling.preview)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue