java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Set
at com.google.accompanist.navigation.animation.AnimatedNavHostKt.AnimatedNavHost$lambda-3(AnimatedNavHost.kt:323)
at com.google.accompanist.navigation.animation.AnimatedNavHostKt.AnimatedNavHost(AnimatedNavHost.kt:158)
at com.google.accompanist.navigation.animation.AnimatedNavHostKt.AnimatedNavHost(AnimatedNavHost.kt:85)
🦜 2
👍 3
i
Ian Lake
08/19/2021, 5:01 AM
Yep, you'll need to wait for the next Accompanist build (that depends on alpha07). There's a lot of really nice improvements to the
AnimatedNavHost
APIs to look forward to in that release too though
🙂 1
a
Anton Dmytryshyn
08/19/2021, 5:03 AM
Looking forward to it! This update solves a huge chunk of navigation bugs my app has been having, so it would be quite nice to finally mark them as solved.