-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark the
ignoreRemainingEventsException
as SharedImmutable
so it …
…can be used from different threads on iOS.
- Loading branch information
1 parent
4a4535f
commit 56e2224
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56e2224
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this guys 👍 I encountered this yesterday having
kotlin.native.IncorrectDereferenceException
when testing against iOS with Kotlin Multiplatform.Thank you