At least for me the issue was with the `implementa...
# android
l
At least for me the issue was with the
implementation 'androidx.legacy:legacy-support-v4:1.0.0-alpha1'
dependency. I went into the menu in Android Studio to create a Blank Fragment in Kotlin just to see what that would look like and the dependency above was added. Once i removed that dependency the error went away.