Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.