Philip W
05/19/2026, 4:12 AMTaskRegistrar, you can easily get the attached project instance in a safe ApplyAction:
var project: Project? = null
taskRegistrar.register("hack") {
project = this.project
}.get()
project!!
Will this hack be "supported" due to Task.getProject or do you plan to introduce a safe Task super interface (maybe without antBuilder and property method too)?