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
Removed explicit retention annotation to get rid of kotlin js warnings.
Fixed
Fixes conflicting declarations when scoped @Provides functions returned the same type with different generic args.
Fixes default parameter handling with lambda or lazy values.
Fixes to kotlin native implementation that should make it more usable across threads.
Note: the new memory model limitation is still present, but you can use https://github.com/touchlab/Stately to wrap
the access when using the legacy memory model.