Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Jeremy, is this still an issue? I think the problem was that you had two transitions targeting the same View for the same action (e.g. two Slide() transitions).
Description
DataStore Version used: 1.0.0-alpha-01
Because `produceFile` is the first parameter, we can't use trailing lambda syntax when calling `DataStoreFactory.create()` and related methods. Moving it to the last parameter would fix this, while still allowing for other arguments to be passed using named parameters.