Skip to content

Latest commit

 

History

History

imageloading-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Image Loading Core

Maven Central

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.

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation "com.google.accompanist:accompanist-imageloading-core:<version>"
}