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
fix(sdk): annotate kotlin constructor for java compatibility
One constructor only called the other one with "null" as one value.
Having this value default to null in kotlin broke the compatibility,
though. Thus, this fixes it as far as I see it
0 commit comments