Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | H | 25-Apr-2025 | - | 22 | 17 | |
src/main/ | H | 25-Apr-2025 | - | 196 | 117 | |
README.md | H A D | 25-Apr-2025 | 489 | 18 | 12 | |
build.gradle.kts | H A D | 25-Apr-2025 | 2.2 KiB | 82 | 52 | |
gradle.properties | H A D | 25-Apr-2025 | 107 | 3 | 3 |
README.md
1# Accompanist Drawable Painter 2 3[](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