blob: 1200d2a8bce27719e691540c71dd31fdb3a26064 [file] [log] [blame] [view]
# Accompanist Drawable Painter
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.google.accompanist/accompanist-imageloading-core/badge.svg)](https://search.maven.org/search?q=g:com.google.accompanist)
For more information, visit the documentation: https://google.github.io/accompanist/drawablepainter
## Download
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation "com.google.accompanist:accompanist-drawablepainter:<version>"
}
```