You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: