This message was deleted.
# community-support
s
This message was deleted.
z
using
project.createExtension(..)
works for extensions, but how do I generate an accessor like:
Copy code
fun DependencyHandler.`implementation`(dependencyNotation: Any): Dependency? =
    add("implementation", dependencyNotation)
f
z
oh gotcha, if the configuration is created in the plugin then it’s automatic. nice
my issue was actually unrelated, but good to know