Sunil Kumar
05/23/2023, 6:14 AMjava.lang.NoSuchMethodError: No static method AnimatedContent(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Ljava/lang/String;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V in class Landroidx/compose/animation/AnimatedContentKt; or its super classes (declaration of 'androidx.compose.animation.AnimatedContentKt' appears in /data/app/~~uvpuGkDwHhiCxB5RhweCgQ==/com.myapplication.MyApplication-Gmp19aONK-S9FmvOuDVCgg==/base.apk)
at cafe.adriel.voyager.transitions.ScreenTransitionKt.ScreenTransition(ScreenTransition.kt:46)
at cafe.adriel.voyager.transitions.SlideTransitionKt.SlideTransition(SlideTransition.kt:31)
at ComposableSingletons$TabContentKt$lambda-1$1.invoke(TabContent.kt:33)
at ComposableSingletons$TabContentKt$lambda-1$1.invoke(TabContent.kt:32)
But if i comment out transitions code and its dependency, then it works fine,. so it has issue with AnimatedContent of SlideTransitions,
Any idea or workaround for this issue if i want to use SlideTransition, and dont comment out that?