Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.88k stars 1.29k forks source link

snackbar and longSnackbar no longer working with androidx #664

Open FrontendSysomos opened 6 years ago

FrontendSysomos commented 6 years ago

After refactoring for AndroidX, snackbar and longSnackbar Anko components no longer work.

I'm assuming the library is still referencing com.android.support:design instead of com.google.android.material:material:1.0.0-alpha1?

dutchmo commented 6 years ago

see #650