You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
ApiXmlAdjuster does not check parent types for type parameters, and thus cannot resolve K or V within this type:
Error while processing type '[Class] androidx.collection.MapCollections.MapIterator': Type 'K' was not found.
Error while processing type '[Class] androidx.collection.MapCollections.MapIterator': Type 'V' was not found.
Because the implements cannot be resolved, the nested type is removed from the binding.
Given a type like this:
class-parsedoes not copy the parent's type parameters to the nested type:ApiXmlAdjusterdoes not check parent types for type parameters, and thus cannot resolveKorVwithin this type:Because the
implementscannot be resolved, the nested type is removed from the binding.