I am using MaterialCardView as my cardview layout. Now, Android-studio started showing me that instead of current implementation \"com.google.android.mat
cardview
implementation \"com.google.android.mat
The error is in the stacktrace:
Caused by: java.lang.IllegalArgumentException: The style on this component requires your app theme to be Theme.MaterialComponents (or a descendant).
With the version 1.1.0 you have to inherit from a Theme.MaterialComponents.
Change your app theme to