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 parameter name of property setters is value when the origin is KOTLIN_LIB but is <set-?> when the origin is KOTLIN, while it was always <set-?> in KSP1.
In KSP2 the parameter name of property setters is
valuewhen the origin isKOTLIN_LIBbut is<set-?>when the origin isKOTLIN, while it was always<set-?>in KSP1.Repro: kuanyingchou@49600e0