How can i use COIL in KMM???
# multiplatform
s
How can i use COIL in KMM???
j
https://github.com/coil-kt/coil/issues/842 Wait for this. Its in progress. If cant wait, check Kamel: https://github.com/Kamel-Media/Kamel
🙏 1
☝️ 1
l
Coil is not available yet on Compose Multiplatform But you can use Image Loader, it works everywhere! And has worked so cool https://github.com/qdsfdhvh/compose-imageloader
🙌 1
a
If you want to add coil with a single dependency, use this:
Copy code
commonMain.dependencies {
    dependencies {
        // version matches the version of coil used
        implementation("com.alexstyl:addcoilmultiplatform:3.0.0-rc01")
    }
}
985 Views