I develop own library module where I use Snackbar.
Snackbar
Here is my Gradle file:
apply plugin: \'com.android.library\' android { compileSdkV
Use implementation "com.android.support:design:23.0.0"
or Change the Sdk to 28 and use implementation "com.android.support:design:28.0.0"