Ok, it seems that rubber ducking works even when j...
# announcements
e
Ok, it seems that rubber ducking works even when just talking into the void 😉 I found this in `NamedDomainObjectProviderExtensions`:
Copy code
operator fun <T> NamedDomainObjectProvider<T>.invoke(action: T.() -> Unit) =
    configure(action)
Nice.
p
Rubber ducking always works