isNullable

Determines if the type associated with a DependencyKey is nullable.

This function checks whether the kotlinType property of the type in the DependencyKey is marked as nullable. If there is no kotlinType, it will return false.

Report a problem