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
On Kotlin/JS, when generateTypeScriptDefinitions() is enabled, and because the class is @JsExport-ed, the companion will appear in the generated TS types:
The companion should be marked with @JsExport.Ignore only when it does not exist already.
This avoids kotlinx-serialization marking non-exported something the user wants to export.