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
Compose Multiplatform: It is highly recommended to disable C++ monitoring (options.enableUnhandledCppExceptionMonitoring = false) on Apple targets. Unhandled Kotlin exceptions from CMP can be reported as generic C++ crashes (ExceptionObjHolderImpl) instead of useful Kotlin stack traces when C++ monitoring is enabled.