Skip to content

v0.4.1

Compare
Choose a tag to compare
@evant evant released this 02 Jan 00:03
· 172 commits to main since this release

[0.4.1] 2022-01-01

Changed

  • Improved generated code formatting.
  • 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.