I've tried to set a negative spacing on some circles, but I've had no luck with either:
.padding(horizontal = (-5).dp)
and
.offset(x = (-5).dp)
I'm not quite sure how to make this possible, I'm trying to achieve this:
As you can see the image does include an overlay, but the images are behind each other.
Is there any way to achieve this in Kotlin Compose?

