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
Will now error when a child and parent components provide a binding for the same type.
Added
Added mingwX64 target for windows
KSP2 support
You can now use @AssistedFactory to annotate an interface that creates an instance of a type. This factory can be
used in place of a lambda when injecting. This can be useful because an explicit interface can have named and default
parameters. ex: