Kelvin Chung
11/19/2024, 12:00 AMExtensiblePolymorphicDomainObjectContainer that can be used to introspect registered bindings/factories? I have a build that is failing due to
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.