I've written a UI component that uses motion layout (and it's dope). Some of my peers have concerns about using a beta dependency in production. Everything appears to be stable and working which begs the question why is there not a stable release of motion layout?
Does anyone use motion layout in a production app?
I am using this dependency
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
Thanks!