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
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
* Added `LocalScoped` class to help in using a local scope delegates
* POSSIBLE BREAKING CHANGE: Moved `InjektScope` extensions into `InjektScope` so that additional imports are not needed
Cleanups for `public` modifier that is not needed
Add example to docs or example application, where a scope is propagated to other classes.
See example written as test case of this: https://github.com/kohesive/injekt/blob/master/core/src/test/kotlin/uy/kohesive/injekt/TestInjektion.kt#L202-L247
Which uses
LocalScoped
(see implementation)And uses scoped factory registrations (see implementation)
The text was updated successfully, but these errors were encountered: