what is the difference between `androidx.constrain...
# android
k
what is the difference between
androidx.constraintlayout.widget.ConstraintLayout
and
androidx.constraintlayout.ConstraintLayout
?
g
No difference, it's just different package in different alpha versions, check release notes of Constraint layout
a
It was an error in packaging, they corrected it to the one with
widget
g
Yeah, I would prefer version without widget 😞