Does anyone here have experience with Coil? I'm having an issue due to a backend service that returns a list of images, where sometimes a portion of this list will be unreachable and the async painter returns an error for that list item. Is there any way I can recompose on an error so the container for my async image is not added? I see there is an error property for CoilImage, but it is used for showing an error image which doesn't work for my use-case.
not kotlin but kotlin colored 1