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
Current implementation is one such that if a container is retrieved again, the lazyAction or lazyTarget is replaced. This does not play well with composite builds as actions get replaced.
By turning the lazy* variables into MutableList, a library consumer can create a default configuration.
Current implementation is one such that if a container is retrieved again, the
lazyAction
orlazyTarget
is replaced. This does not play well with composite builds as actions get replaced.By turning the
lazy*
variables intoMutableList
, a library consumer can create a default configuration.Then a project module would simply do
The text was updated successfully, but these errors were encountered: