Fixed
Status Update
Comments
da...@google.com <da...@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?
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
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