Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
Bringing setMaxSchedulerLimit to say 49 doesn't help. Same error.
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #3
If you are using work-firebase then you should not be using JobScheduler directly. Can you please send us the full bug report so we can investigate ?
Description
Version used: 2.7.0-alpha01/02
Sample project:
Add the following Relation
```
@Query(
"""
SELECT * FROM team
JOIN player ON
""",
)
fun teamsWithPlayers(): Flow<Map<Team, List<Player>>>
```
I wanted to use Multimap return types
to workaround issue