Slackbot
08/10/2023, 8:31 PMChris Lee
08/10/2023, 8:51 PMAaron Ferguson
08/10/2023, 8:52 PMAaron Ferguson
08/10/2023, 8:53 PMChris Lee
08/10/2023, 8:53 PMplugin
function with the same parameter type, logic, and return value.Aaron Ferguson
08/10/2023, 8:57 PMChris Lee
08/10/2023, 8:58 PMAaron Ferguson
08/10/2023, 8:58 PMAaron Ferguson
08/10/2023, 8:58 PMChris Lee
08/10/2023, 8:59 PMAaron Ferguson
08/10/2023, 8:59 PMAaron Ferguson
08/10/2023, 9:00 PMAaron Ferguson
08/10/2023, 9:00 PMAaron Ferguson
08/10/2023, 9:00 PMChris Lee
08/10/2023, 9:01 PMdef methodName() {
//Method code
}
…the rest is boilerplate equivalent to the Kotlin function.Chris Lee
08/10/2023, 9:01 PMAaron Ferguson
08/10/2023, 9:02 PMChris Lee
08/10/2023, 9:03 PMPaul Merlin
08/11/2023, 7:03 AMdef plugin(Provider<PluginDependency> plugin) {
plugin.map { "${it.pluginId}:${it.pluginId}.gradle.plugin:${it.version}"}
}