where i can find ImageLoaderFactory?
i have implement io.coil-kt:coil
but unresolved reference error
i need implement this https://github.com/coil-kt/coil/blob/master/docs/getting_started.md#singleton


It's part of the next release (0.10.0), which should be out soon. To get it now you can depend on the snapshot. Else, you can check out the docs for the current release here.
I think this has the same approach instead relying to the ImageLoaderFactory interface: https://coil-kt.github.io/coil/getting_started/#imageloaders
cc @adesamp
cmiiw @colinrtwhite
@mochadwi Yep, that's the current way in 0.9.5 :+1:
Most helpful comment
@mochadwi Yep, that's the current way in
0.9.5:+1: