When I convert my Project to AndroidX I run into
error: package android.support.design.R does not exist
android.support.design.R.styleable.FloatingActionButton_Behavior_Layout);
any clue how to solve it ?
I found the solution, simply replace this line
android.support.design.R.
with
com.google.android.material.R.