Nullables

A predefined implementation of DependencyKeyCovariance that creates a covariant dependency key based on the given key. It generates a list containing a single dependency key with a new TypeInfo that retains the same type and Kotlin type as the original key.

The primary purpose of this value is to facilitate support for nullable types or variant type mappings within dependency injection.

Report a problem