After connecting this library my project stopped compling
I use
androidx.activity:activity-compose o 1.9.1
and
org.jetbrains.compose 1.6.11
On compilation I have errors on other parts of the project which uses AnchoredDraggableState
I had that experience when tried to update to newer activity-compose and org.jetbrains.compose
I think the cropper uses newer versions of these and conflicts with older.
After connecting this library my project stopped compling I use androidx.activity:activity-compose o 1.9.1 and org.jetbrains.compose 1.6.11
On compilation I have errors on other parts of the project which uses AnchoredDraggableState I had that experience when tried to update to newer activity-compose and org.jetbrains.compose I think the cropper uses newer versions of these and conflicts with older.