``` tasksByPlugins[name] .distinctBy {it.name}...
# getting-started
p
Copy code
tasksByPlugins[name]
    .distinctBy {it.name}
    .sortedBy {it.name}