Slide 36
Slide 36 text
Get Things Done with Gradle Custom Tasks
Example: aggregateLintReport
@TaskAction
fun aggregate() {
// 3. Copy nodes in each file to aggregated file
val rootNode = Node(
null,
“issues”,
mapOf(“format” to “5”, “by” to “lint 3.4.0”)
)
}
36
Shibuya.apk #36