I am having a hard time understanding the rationale behind using Accompanist for Compose Navigation animation. As I understand from @Ian Lake’s article on Medium, navigation animation APIs are not yet stable in Compose, so we cannot use them directly, because they will break out code. On the other hand, when we use Accompanist navigation animations, they are also annotated with ExperimentalAnimationApi. So, kind of confused, we are using experimental animations anyway, why bother using them through another library like Accompanist?