So I\'m following the official documentation to add the Material Components library to my project https://github.com/material-components/material-components-android/blob/mas
Instead of:
implementation 'com.google.android.material:material:1.1.0'
Use:
implementation group: 'com.google.android.material', name: 'material', version: '1.1.0-alpha05'
And it works.