In a build.gradle, inside of task.register, I can find this
group 'build'
description 'Build the project for the R1 target and assemble a zip with the APK and the client library'
classifier variantNameCap
I've read that classifier should be relative to the archive. But what is exactly the concept of classifier in Gradle?