When I use HorizontalCalender in my project it works fine for desktop but when i try to run this into my android my app is crash and i am getting this error :-
FATAL EXCEPTION: main
Process: processName, PID: 27324
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/foundation/gestures/snapping/SnapPositionInLayout;
at com.kizitonwose.calendar.compose.CalendarDefaultsKt.access$CalendarSnapPositionInLayout(CalendarDefaults.kt:1)

How to resolve this issue
When I use HorizontalCalender in my project it works fine for desktop but when i try to run this into my android my app is crash and i am getting this error :-
FATAL EXCEPTION: main
Process: processName, PID: 27324
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/foundation/gestures/snapping/SnapPositionInLayout;
at com.kizitonwose.calendar.compose.CalendarDefaultsKt.access$CalendarSnapPositionInLayout(CalendarDefaults.kt:1)
How to resolve this issue