Fixed
Status Update
Comments
ja...@google.com <ja...@google.com> #2
Information redacted by Android Beta Feedback.
tj...@gmail.com <tj...@gmail.com> #3
Could you please let me know if the bug report was captured immediately after reproducing the issue?
ja...@google.com <ja...@google.com>
ap...@google.com <ap...@google.com> #4
It was within a few minutes of having the issue
Description
The Transition Kotlin extensions target the Framework Transition class which is a bit confusing, as most framework classes are being deprecated in favor of their AndroidX counterparts, Fragments for example.
As it stands, the KTX libraries for Transitions cannot be used with androidx.transition.AutoTransition. Does this mean android.transition.Transition should be used over androidx.transition.AutoTransition?
Thanks.