Hi! I’m new to Kotlin and I’m trying to figure out why this isn’t working. I’m trying to write a repository layer that uses a SQLDelight database to return a flow of data…but it seems like I’m missing a
context
parameter. I want it to use the caller’s context (unless that’s unsafe). I can’t find any examples where this needs to be specified, but it’s not working here.