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
In KSP2, the default value of value is a KSTypeImpl that points at java/lang/String while the KSAnnotation argument from the annotated Example class points at kotlin/String. This results in the types not being considered equal.
The text was updated successfully, but these errors were encountered:
Consider this example:
In KSP2, the default value of
value
is aKSTypeImpl
that points atjava/lang/String
while theKSAnnotation
argument from the annotatedExample
class points atkotlin/String
. This results in the types not being considered equal.The text was updated successfully, but these errors were encountered: