jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
568 stars 48 forks source link

"Cannot access class 'coil.ImageLoader'. Check your module classpath for missing or conflicting dependencies" error when trying to use the composable function #31

Closed LennyLizowzskiy closed 1 year ago

LennyLizowzskiy commented 1 year ago

image

wtesler commented 1 year ago

Same issue

charliepank commented 1 year ago

I had the same issue. I added

implementation("io.coil-kt:coil:2.3.0") 

to build.gradle to solve it.

LennyLizowzskiy commented 1 year ago

I had the same issue. I added

implementation("io.coil-kt:coil:2.3.0") 

to build.gradle to solve it.

I understand that library requires coil, but there's nothing about that in README.md

jk2pr commented 1 year ago

Just add this in app.gradle file implementation 'io.coil-kt:coil:2.3.0' issue fixed 👌