When using SKIE's suspend interop feature with @SuspendInterop.Enabled (default behavior), the generated Swift extension methods lose their KDoc documentation, while functions with @SuspendInterop.Disabled retain their documentation correctly.
Source

Exported

When using SKIE's suspend interop feature with
@SuspendInterop.Enabled(default behavior), the generated Swift extension methods lose their KDoc documentation, while functions with@SuspendInterop.Disabledretain their documentation correctly.Source

Exported