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
For the following example case, in KSP2 I'm finding that the KSType representing it has its arguments from the aliased type attached, when I would expect (and what I believe happens in KSP1) these arguments to only be on the aliased type
In this case, the KSType representing Provider<BaseEmbedViewBinder> is actually being represented as a KSTypeAlias with declaration BaseEmbedViewBinder and two type arguments <out BaseViewHolder, out SpaceshipEmbedModel>
The text was updated successfully, but these errors were encountered:
For the following example case, in KSP2 I'm finding that the KSType representing it has its arguments from the aliased type attached, when I would expect (and what I believe happens in KSP1) these arguments to only be on the aliased type
In this case, the
KSType
representingProvider<BaseEmbedViewBinder>
is actually being represented as a KSTypeAlias with declarationBaseEmbedViewBinder
and two type arguments<out BaseViewHolder, out SpaceshipEmbedModel>
The text was updated successfully, but these errors were encountered: