java.lang.ClassCastException: androidx.compose.animation.AnimatedContentTransitionScopeImpl cannot be cast to androidx.compose.animation.AnimatedContentScope
at com.google.accompanist.navigation.animation.AnimatedNavHostKt$AnimatedNavHost$7$1.invoke(AnimatedNavHost.kt:198)
This is due to Compose animation change in Compose 1.5
Instead of using `AnimatedContentScope` Intercom needs to update and use `AnimatedContentTransitionScope`