What is Gradle artifact transform?
In Gradle, artifact transform tasks are internal or custom tasks used to transform artifacts (like JARs, AARs, or other binary files) from one format or variant to another as part of the build process. This feature is especially useful in dependency resolution, caching, and task optimization.
For more information please check this video: https://www.youtube.com/watch?v=XpunFFS-n8I