Registry / utility / coil-compose

coil-compose

JSON →
library2.7.0javamavenunverified

An image loading library for Android backed by Kotlin Coroutines, with Jetpack Compose integration.

<dependency> <groupId>io.coil-kt</groupId> <artifactId>coil-compose</artifactId> <version>2.7.0</version> </dependency>
INSTALL
IMPORT
SIG · COIL-COMPOSE
C
coil-compose
utilityjavav2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncImage
coil.compose.AsyncImage

Minimal usage of Coil Compose to load an image asynchronously.

import coil.compose.AsyncImage import androidx.compose.runtime.Composable @Composable fun MyImage() { AsyncImage( model = "https://example.com/image.jpg", contentDescription = "Example image" ) }
Debug
Known issues
breakingCoil Compose requires Jetpack Compose; not compatible with traditional View system.
fix
Use Coil's View extension (coil-kt/coil) for non-Compose projects.
affects: >=2.0.0
Upgrade
Version history
2.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
coil-compose — mvn dependency:get coil-compose · libregistry