Hey folks. Is there any public API in `ExtensibleP...
# plugin-development
k
Hey folks. Is there any public API in
ExtensiblePolymorphicDomainObjectContainer
that can be used to introspect registered bindings/factories? I have a build that is failing due to
Copy code
Caused by: org.gradle.api.GradleException: Cannot register a factory for type MyType because a factory for this type is already registered.
It looks like there are internal APIs to do this, but not any public ones, according to API documentation.