Adding Accompanist Navigation Animation to the pro...
# compose
k
Adding Accompanist Navigation Animation to the project gives me
Copy code
java.lang.NoSuchMethodError: No static method fadeIn$default(FLandroidx/compose/animation/core/FiniteAnimationSpec;ILjava/lang/Object;)Landroidx/compose/animation/EnterTransition; in class Landroidx/compose/animation/EnterExitTransitionKt; or its super classes (declaration of 'androidx.compose.animation.EnterExitTransitionKt'
...
Anyone know what could be the problem?
f
I get this error too, don't know why yet
Solution: Downgrade Compose to 1.1.0-alpha04 or below
k
Thanks @Felix Schütz