Does adding androidx.compose.material3material3version remove the need for androidx.compose.material* and com.google.android.material* artifacts?
f
Filip Wiesner
04/11/2022, 6:46 PM
This thread may help you but I don't know how up to date the answers are. I didn't touch Material 3 since then.
➕ 1
🙏 1
c
Chris Sinco [G]
04/11/2022, 11:35 PM
I would not depend entirely on Material3 until beta. At the moment there are still components and theming that requires Material2 which the team is aware of and is working hard to make sure this isn't an issue when Material3 for Compose is stable.
r
Rick Regan
04/12/2022, 12:33 AM
FWIW, with the latest Material 3 alpha (which included the last of the components I use) I was able to remove Material 2 from my project. Granted, theming for me right now is still a work-in-progress, but I haven’t seen any issues in my usage so far.