-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Kermit version problem #653
Labels
bug
Something isn't working
Comments
Facing the same issue :/ |
solcott
added a commit
to solcott/Store
that referenced
this issue
Sep 18, 2024
solcott
added a commit
to solcott/Store
that referenced
this issue
Sep 18, 2024
Fixes MobileNativeFoundation#653 and MobileNativeFoundation#654 Signed-off-by: Scott Olcott <[email protected]>
amrfarid140
pushed a commit
to amrfarid140/Store
that referenced
this issue
Oct 1, 2024
Fixes MobileNativeFoundation#653 and MobileNativeFoundation#654 Signed-off-by: Scott Olcott <[email protected]> Signed-off-by: Amr Yousef <[email protected]>
matt-ramotar
pushed a commit
that referenced
this issue
Oct 4, 2024
* Add test case Signed-off-by: Amr Yousef <[email protected]> * Always Release storeLock Signed-off-by: Amr Yousef <[email protected]> * Update kermit to 2.0.4 (#655) Fixes #653 and #654 Signed-off-by: Scott Olcott <[email protected]> Signed-off-by: Amr Yousef <[email protected]> * Revert "Update kermit to 2.0.4 (#655)" This reverts commit 76f34d4. Signed-off-by: Amr Yousef <[email protected]> --------- Signed-off-by: Amr Yousef <[email protected]> Signed-off-by: Scott Olcott <[email protected]> Co-authored-by: Scott Olcott <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i have an app in kotlin multiplatform, but when im trying to use store I receive an error due to kermit (I have also a dependency of kermit in my project specific 2.0.4) so I have this code in a repository
If i run android app all is going well but in IOS as soon as the class that contains the val is initialized i got this error
also I notices that if I downgrade my dependency to 1.2.2 (the one is used in store5) is solved
The text was updated successfully, but these errors were encountered: