Just published a tiny dependency that adds Coil to...
# feed
a
Just published a tiny dependency that adds Coil to your Compose Multiplatform project using a single dependency. The goal of this is to simplify installation even for those who are new to KMP Installation
Copy code
// build.gradle.kts
commonMain.dependencies {
    dependencies {
        implementation("com.alexstyl:addcoilmultiplatform:1.1.0")
    }
}
https://github.com/alexstyl/addcoilmultiplatform
🎉 3
👍🏾 1
K 1