Merge branch 'github/main'

av/paparazzi-showkase-preview-screenshot-testing
Automerger 2 years ago
commit 81598bc6f5

@ -32,6 +32,7 @@ import kotlinx.coroutines.flow.Flow
*/
@Dao
interface EpisodeDao {
@Transaction
@Query(value = "SELECT * FROM episodes")
fun getEpisodesStream(): Flow<List<PopulatedEpisode>>

@ -34,6 +34,7 @@ import kotlinx.coroutines.flow.Flow
*/
@Dao
interface NewsResourceDao {
@Transaction
@Query(
value = """
SELECT * FROM news_resources
@ -42,6 +43,7 @@ interface NewsResourceDao {
)
fun getNewsResourcesStream(): Flow<List<PopulatedNewsResource>>
@Transaction
@Query(
value = """
SELECT * FROM news_resources

@ -37,7 +37,7 @@ kotlinxDatetime = "0.4.0"
kotlinxSerializationJson = "1.3.3"
ksp = "1.7.0-1.0.6"
ktlint = "0.43.0"
lint = "30.2.1"
lint = "30.2.2"
okhttp = "4.10.0"
protobuf = "3.21.5"
protobufPlugin = "0.8.19"

Loading…
Cancel
Save