I've been trying to do everything according to Migrating to Material Design 3, but nothing worked.
Android Studio can't see Theme.Material3
.
My current project uses Theme.MaterialComponents
.
I've been trying to do everything according to Migrating to Material Design 3, but nothing worked.
Android Studio can't see Theme.Material3
.
My current project uses Theme.MaterialComponents
.
All I had to do was to replace dependencies in the
gradle
folder:to
I found the solution in Getting started with Material Components for Android - Migration guidance