This library powers a number of common functions and utilities which available in the Coil library. You shouldn't need to depend on this directly.
repositories {
mavenCentral()
}
dependencies {
implementation "com.google.accompanist:accompanist-imageloading-core:<version>"
}