Name Date Size #Lines LOC

..--

api/H25-Apr-2025-2217

src/main/H25-Apr-2025-196117

README.mdH A D25-Apr-2025489 1812

build.gradle.ktsH A D25-Apr-20252.2 KiB8252

gradle.propertiesH A D25-Apr-2025107 33

README.md

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