【发布时间】:2020-02-02 15:17:30
【问题描述】:
在build.gradle,在task.register 里面,我可以找到这个
group 'build'
description 'Build the project for the R1 target and assemble a zip with the APK and the client library'
classifier variantNameCap
我读过 classifier 应该是相对于档案的。但是Gradle中的classifier究竟是什么概念呢?
【问题讨论】:
标签: gradle groovy android-gradle-plugin build.gradle