but android studio does not suggest me this and ne...
# android
m
but android studio does not suggest me this and neither adding this "import coil.load" works, I get an error even in this import too
🧵 3
h
Coil is external library, so add
implementation("io.coil-kt:coil:1.4.0")
To app's gradle dependencies
m
thanks... this fixed the problem. For some reason, by adding the line suggested to the doc (   
implementation "io.coil-kt:coil:1.1.1")
nothing happen. I did not get the usual "sync now"
I renamed this implementation as you suggested, and now it works.
h
implementation 'io.coil-kt:coil:1.4.0'
try this
m
yes, now it works thanks!
👍 1
c
Try to use a single post instead of posting multiple message. That's what people are trying to tell you when they give you the 🧵 emoji