John
11/20/2025, 8:46 PMtony
11/20/2025, 8:50 PMsourceSets.configureEach { s ->
project.tasks.register("myCoolTask${s.name}") {
...
}
}John
11/20/2025, 8:51 PMPhilip W
11/20/2025, 9:01 PMall too. And I donβt think they will be ever lazytony
11/20/2025, 9:02 PMJendrik Johannes
12/15/2025, 7:16 AMgetTaskName for a source set specific task name in the structure the core plugins name source-set-specific tasks. E.g.:
register(getTaskName("generate", "ExampleCode")) ...