coil-kt / coil

Image loading for Android and Compose Multiplatform.
https://coil-kt.github.io/coil/
Apache License 2.0
10.46k stars 639 forks source link

Delay resolving SizeResolver, Scale, and Lifecycle until the ImageRequest is executed. #2319

Closed colinrtwhite closed 1 week ago

colinrtwhite commented 1 week ago

This removes all non-value object logic from ImageRequest. This should also unblock decoupling ImageLoader from the main thread.