xref: /aosp_15_r20/external/accompanist/drawablepainter/README.md (revision fa44fe6ae8e729aa3cfe5c03eedbbf98fb44e2c6)
1*fa44fe6aSInna Palant# Accompanist Drawable Painter
2*fa44fe6aSInna Palant
3*fa44fe6aSInna Palant[![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*fa44fe6aSInna Palant
5*fa44fe6aSInna PalantFor more information, visit the documentation: https://google.github.io/accompanist/drawablepainter
6*fa44fe6aSInna Palant
7*fa44fe6aSInna Palant## Download
8*fa44fe6aSInna Palant
9*fa44fe6aSInna Palant```groovy
10*fa44fe6aSInna Palantrepositories {
11*fa44fe6aSInna Palant    mavenCentral()
12*fa44fe6aSInna Palant}
13*fa44fe6aSInna Palant
14*fa44fe6aSInna Palantdependencies {
15*fa44fe6aSInna Palant    implementation "com.google.accompanist:accompanist-drawablepainter:<version>"
16*fa44fe6aSInna Palant}
17*fa44fe6aSInna Palant```
18