I want to create a new Android project and use Material 3
. However Android Studio offers no template with Material 3
. I can use the regular template with Material 2
and update the dependencies manually, but then I am still left with an now incompatible Material 2
theme that's coming from the Android Studio template.
How do I get the default Material 3 theme in that case?