hastebrot
addTask(project, "dynamicTask", alwaysRunAfter = listOf("compile")) { println("Dynamic task") TaskResult() }