This message was deleted.
# community-support
s
This message was deleted.
v
Assuming
downloadRobotServerPlugin
is a
Provider<DownloadRobotServerPluginTask>
, I guess no, as you just call a method on a
Provider
. I forgot how the precedence rules are in Kotlin, maybe you can define a
fun Provider<DownloadRobotServerPluginTask>.invoke
and mark it deprecated?
a
I thought that deprecations were propogated to the generated accessors, but maybe that's only for Configurations https://github.com/gradle/gradle/issues/9269
v
Yeah, that was only for configuration accessors. Would probably also make sense for other accessors. This cries for a PR or at least feature request. 🙂