-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider extending to support Gradle plugin #28
Comments
I would love to have a gradle plugin that I could configure to re-generate the IconPack from a drawable folder within a Android library/app module when the library/app module is built. I would just need the ability to specify a specific format for the drawable name (ie. |
@dptsolutions Why do you need to regenerate icons during build? |
@egorikftp mainly because of automation. The IDE plugin is great for local development, but I'd like it to be fully automated in CI so that if another dev doesn't have the plugin, forgets to run it, whatever, the gradle plugin can scan my XML drawables and generate the ImageVectors in CI. |
Will take this feature next, target version 0.12.0 |
Based on #25, we can split this project into 4 main parts:
This structure is similar to the layout of https://github.com/detekt/detekt.
Related feature request in DevSrSouza/svg-to-compose#27.
The text was updated successfully, but these errors were encountered: