• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Accompanist Drawable Painter
2
3[![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)
4
5For more information, visit the documentation: https://google.github.io/accompanist/drawablepainter
6
7## Download
8
9```groovy
10repositories {
11    mavenCentral()
12}
13
14dependencies {
15    implementation "com.google.accompanist:accompanist-drawablepainter:<version>"
16}
17```
18